X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=588fd61f22a6acd0c0216b3ded8c64c1dc23296d;hb=3cd91e6586c9e7e558d9b1d4dbbb3767868abc85;hp=d88026608785a979240771e080e1fab71fc2b289;hpb=5f0d073ac82be5771ee3a4377884187cec9e57be;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 d8802660..588fd61f 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.35" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/node": "^20.5.4", - "rollup": "^3.28.0", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }