X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=e91ad1b82a061784baaf2674a9d8d7780cf30379;hb=364cc2e9a5a95869d6c7aa635d2b085995089372;hp=52c0818d2795e67fa80c109d3ead6f901b696f96;hpb=7c64e43c910ce224391e1fdd6d44f1602f6025c6;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 52c0818d..e91ad1b8 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.1" + "node": "22.3.0", + "pnpm": "9.3.0" }, - "packageManager": "pnpm@9.1.1", + "packageManager": "pnpm@9.3.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -24,15 +24,15 @@ "dependencies": { "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.7" + "poolifier": "^4.0.14" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.11", + "@types/node": "^20.14.2", "autocannon": "^7.15.0", - "rollup": "^4.17.2", + "rollup": "^4.18.0", "rollup-plugin-delete": "^2.0.0", - "tslib": "^2.6.2", + "tslib": "^2.6.3", "typescript": "^5.4.5" } }