X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=882fbdf84055223a77d41ac40bb8197a67faa28c;hb=703c8b87a65574dc8a0dc012ab1e8b400eb96497;hp=eaa59dd5a00011b4b59af3b3bebc604541317231;hpb=985ec0da31c890b538981b758454ebecd3a6a2cd;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 eaa59dd5..882fbdf8 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.5.1", - "pnpm": "8.6.12" + "pnpm": "8.7.0" }, "scripts": { "build": "rollup --config", @@ -19,16 +19,16 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.28" + "poolifier": "^2.6.37" }, "devDependencies": { - "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.5.0", - "rollup": "^3.28.0", + "@rollup/plugin-typescript": "^11.1.3", + "@types/node": "^20.5.6", + "rollup": "^3.28.1", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.1", - "typescript": "^5.1.6" + "tslib": "^2.6.2", + "typescript": "^5.2.2" } }