X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=bf028806765005794a27e5bcf83ea7fdb30c55e2;hb=5dbf93a66fb7c409c6bf2b5d947169f072550c9c;hp=3f364905d15064ba55ca92dded2e522f2421f8c2;hpb=2717674c56c2caae531507e7d4e0068f4d4c8918;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 3f364905..bf028806 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "22.0.0", - "pnpm": "9.0.6" + "node": "22.2.0", + "pnpm": "9.1.2" }, - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.1.2", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,15 +22,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.2", + "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.30" + "poolifier": "^4.0.11" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.12", "autocannon": "^7.15.0", - "rollup": "^4.17.1", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.4.5"