X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=9d0577996d3fb13188bf2e814f5837df8da9e8d3;hb=30bec7d7be70f67914512b6171811559e745356b;hp=857b5290471d29ab2734af27ca7c9c8c4655d849;hpb=449125c3898ff5f1af1835741e7c5d13267c9f6b;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 857b5290..9d057799 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.10.0", - "pnpm": "8.10.5" + "pnpm": "8.11.0" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -23,13 +23,13 @@ "dependencies": { "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.5" + "poolifier": "^3.0.9" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.10.0", + "@types/node": "^20.10.1", "autocannon": "^7.14.0", - "rollup": "^4.5.2", + "rollup": "^4.6.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.3.2"