X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=68ed7dbbec9cb14ecc35ecaf0eb2386913b6f653;hb=991fc46825415a36f720a40f37c467f013217b7a;hp=8256c5e431de19a24b2fa5dc5bba1919eb6d15f3;hpb=f446fbae9875f276162cbbe16dadd1724bdad762;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 8256c5e4..68ed7dbb 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,14 +21,14 @@ "dependencies": { "fastify": "^4.21.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.25" + "poolifier": "^2.6.28" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/node": "^20.5.0", "rollup": "^3.28.0", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "typescript": "^5.1.6" } }