X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=bc9785fa2d8a21237f50ba4ae3f0d88896cfdda6;hb=9e2f7f265c177a7315adf7ad79bca3bc2746064e;hp=0d11646e2a15a0ce1b923a92cf1fcaf7377e1dc2;hpb=fa5bdff51f129cada6116f34289dfe5a16bb4c9e;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 0d11646e..bc9785fa 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.28" + "poolifier": "^2.6.34" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.1", - "rollup": "^3.28.0", + "@types/node": "^20.5.4", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }