X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=c70a60f6bfa1a653a8214a87855345bedaf6611f;hb=684a7501f73e52ccc55c7fb9e0bef82b416fd9c4;hp=0cfa690699b1902ddb33a8c19e203777d49497c6;hpb=95314ea26638ac1102c560ae9d9a358c37a16f8a;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 0cfa6906..c70a60f6 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.8.0", - "pnpm": "8.8.0" + "pnpm": "8.9.0" }, "scripts": { "build": "rollup --config", @@ -21,13 +21,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.2", + "fastify": "^4.24.1", "fastify-plugin": "^4.5.1", - "poolifier": "^2.7.5" + "poolifier": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.8.2", + "@rollup/plugin-typescript": "^11.1.5", + "@types/node": "^20.8.5", "autocannon": "^7.12.0", "rollup": "^3.29.4", "rollup-plugin-delete": "^2.0.0",