X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=007aea485f13d33f6d7346bb363273738805b00a;hb=c26ae55d82478ca2be7c96404b5efe39ace646a4;hp=517d3f70120064f3895e32efe03c863d4d4c12ca;hpb=b58abe92b38f945f3b3c7ed9bca13327fb60d130;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 517d3f70..007aea48 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.10.0" + "pnpm": "8.10.2" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -28,7 +28,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.10", "autocannon": "^7.12.0", - "rollup": "^4.2.0", + "rollup": "^4.3.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"