X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=8e3806bde99ee8c59703e5015b474d4dfd7ae10b;hb=a65cc7fe335596d54d0eaff442aa08aa238c9d7c;hp=0cfa690699b1902ddb33a8c19e203777d49497c6;hpb=663a6920d3e2855bd9ff65fdfcdad79533c56de8;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..8e3806bd 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.0", "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",