X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=fb3c3f4362249ff949fd3927d1647856c10d2c94;hb=b9f66dae32dbfe46e83c7a498c133855fc6af2a2;hp=888bc5cb2e54fa05facda272c563f7505c996203;hpb=493b2735fb0a4d4e5c6d855002303bd65bc5382f;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 888bc5cb..fb3c3f43 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -22,10 +22,10 @@ "license": "ISC", "dependencies": { "fastify": "^4.23.2", - "poolifier": "^2.7.5" + "poolifier": "^3.0.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.4", + "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.2", "autocannon": "^7.12.0", "rollup": "^3.29.4",