X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=7fc5ccf00efc91cbef7cb60a0ea028a44fbd7260;hb=8c2a5c2972bc19f8d455168979c6e24e67ad286a;hp=6bd87028cbaa6c32496d58b0cc3318ebe6167f58;hpb=b8508dfc38a7612364981ad5b01811708193f9a2;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 6bd87028..7fc5ccf0 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.28" + "poolifier": "^2.6.32" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/node": "^20.5.1", "rollup": "^3.28.0", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "typescript": "^5.1.6" } }