X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=37f9f18e5ca0faab1e07a8dd866e45ff585f22f1;hb=5bd6a4c97ce457c44a35f43b60d0ff5c0cbbaf0e;hp=624d81bd4459a7f34ea511fa75615a459e804349;hpb=3174f5a6007120dcd1c46f6621fb1693d3b8e5d8;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 624d81bd..37f9f18e 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,7 +6,7 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.7.0", + "node": "20.8.0", "pnpm": "8.8.0" }, "scripts": { @@ -23,11 +23,11 @@ "dependencies": { "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.7.4" + "poolifier": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.7.1", + "@rollup/plugin-typescript": "^11.1.5", + "@types/node": "^20.8.2", "autocannon": "^7.12.0", "rollup": "^3.29.4", "rollup-plugin-delete": "^2.0.0",