X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=ed19905db6438ceb58ffecfd063d75dd3c71a84b;hb=f353c7f082b159335c387c035e5cf14503a83321;hp=8ce7f71282703c28cb768d1e874b153532fd761b;hpb=5af9e4679f4c53948b332cc775564e5a464ed822;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 8ce7f712..ed19905d 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -20,14 +20,14 @@ "license": "ISC", "dependencies": { "fastify": "^4.21.0", - "poolifier": "^2.6.25" + "poolifier": "^2.6.34" }, "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" } }