X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=bc9785fa2d8a21237f50ba4ae3f0d88896cfdda6;hb=15872edc9845cab9ad28f47c669fb95fe15ae0a3;hp=7b63bbf6fb402aa33bfc4f4956f923d10d66727a;hpb=a6b921b7f17bfc742db3c8189a7cd0c30fec8ffc;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 7b63bbf6..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.27" + "poolifier": "^2.6.34" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.0", - "rollup": "^3.28.0", + "@types/node": "^20.5.4", + "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" } }