X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=624d81bd4459a7f34ea511fa75615a459e804349;hb=aed6b2390d848a9f5414a14c8b776287d25ce3f8;hp=a59f444e9d3306da79f4de782a8dc3db5e3d062a;hpb=a53728700d008f2b6504fe95c66e48e849137df0;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 a59f444e..624d81bd 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.7.0", - "pnpm": "8.7.6" + "pnpm": "8.8.0" }, "scripts": { "build": "rollup --config", @@ -23,13 +23,13 @@ "dependencies": { "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.7.1" + "poolifier": "^2.7.4" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.3", + "@rollup/plugin-typescript": "^11.1.4", + "@types/node": "^20.7.1", "autocannon": "^7.12.0", - "rollup": "^3.29.2", + "rollup": "^3.29.4", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"