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=466a3e74dc5ba15353341868327a1621c8e29425;hpb=ff6cf64964e78aafa95098852ec0472b567f7b1b;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 466a3e74..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.26" + "poolifier": "^2.6.32" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.0", + "@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" } }