X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=341f25210a2413973c2754dcdf36f6b21943bbea;hb=45a7d419caf6329879f514c65c859445fc6e78e6;hp=eaa59dd5a00011b4b59af3b3bebc604541317231;hpb=985ec0da31c890b538981b758454ebecd3a6a2cd;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 eaa59dd5..341f2521 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.5.1", - "pnpm": "8.6.12" + "pnpm": "8.7.0" }, "scripts": { "build": "rollup --config", @@ -21,14 +21,14 @@ "dependencies": { "fastify": "^4.21.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.28" + "poolifier": "^2.6.35" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.0", - "rollup": "^3.28.0", + "@types/node": "^20.5.6", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.1", - "typescript": "^5.1.6" + "tslib": "^2.6.2", + "typescript": "^5.2.2" } }