X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=184f4691f36475add67714f807b5980bf58fdd8a;hb=9a0d4cc159eba412fc71668535b40c0c003e6f19;hp=eaa59dd5a00011b4b59af3b3bebc604541317231;hpb=985ec0da31c890b538981b758454ebecd3a6a2cd;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index eaa59dd5..184f4691 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,14 +21,14 @@ "dependencies": { "fastify": "^4.21.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.28" + "poolifier": "^2.6.32" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.0", - "rollup": "^3.28.0", + "@types/node": "^20.5.4", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "typescript": "^5.1.6" } }