X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=2010a98576a480b8155b195607c99e072b0a1c6b;hb=30840fa9b17fc09644afd7f6704731f219fc8257;hp=7de0dbdc3abcb1295eafa71af318ff4bc8dbd18b;hpb=e1f8d700945bfdf977da82b9779740e3251de77e;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 7de0dbdc..2010a985 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.1.0", - "pnpm": "9.1.0" + "node": "22.2.0", + "pnpm": "9.1.3" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -24,13 +24,13 @@ "dependencies": { "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.2" + "poolifier": "^4.0.13" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.13", "autocannon": "^7.15.0", - "rollup": "^4.17.2", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.4.5"