X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=2778eb336ab89a5618aef58a4500580f8db118fe;hb=d0ead7462ce381731756ad0786886d83e63b50e7;hp=b762a0d25529b8d5c7333d45302908c920da2713;hpb=bcf1c155ec2e2d9208c8f818abd031662bd61d7f;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 b762a0d2..2778eb33 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": "20.12.2", - "pnpm": "9.0.4" + "node": "22.1.0", + "pnpm": "9.1.0" }, - "packageManager": "pnpm@9.0.4", + "packageManager": "pnpm@9.1.0", "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.29" + "poolifier": "^4.0.6" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", - "rollup": "^4.14.3", + "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.4.5"