X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=3a0abf9ebd9747f00c14cd86a3bb5d2cc2114ddc;hb=e266548877cd7b91338a37cc02cb241050f312c6;hp=0d993bc34c7f0be8cbf6740e8663ec05b238251c;hpb=88c31884cb650840fe3896baa0c53280fb1479e3;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 0d993bc3..3a0abf9e 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -21,12 +21,12 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.2", - "poolifier": "^2.7.4" + "fastify": "^4.24.0", + "poolifier": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.7.2", + "@rollup/plugin-typescript": "^11.1.5", + "@types/node": "^20.8.4", "autocannon": "^7.12.0", "rollup": "^3.29.4", "rollup-plugin-delete": "^2.0.0",