X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=5d41ad5a3297f533b4f3c7355e0aba8d004967bf;hb=fe3a14fdd24fbda4e3e1d1b3d240249d3ce33d98;hp=184f4691f36475add67714f807b5980bf58fdd8a;hpb=3f25036f6dab9916ac40916ca1dc5358ec1f88ba;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 184f4691..5d41ad5a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,7 +21,7 @@ "dependencies": { "fastify": "^4.21.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.32" + "poolifier": "^2.6.34" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", @@ -29,6 +29,6 @@ "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }