X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=f91935278bbabf05ad8134615bdd30f4630a04e5;hb=52026a7a46fbebf305d9ddecf4893bdfa256e7c0;hp=29142e6588c72db80139442486a0f12c481b393a;hpb=8898f15c49c8a35d1b2504576db47044e45b8e78;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 29142e65..f9193527 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", @@ -26,8 +26,8 @@ "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.0", "autocannon": "^7.12.0", "rollup": "^3.29.3", "rollup-plugin-delete": "^2.0.0",