X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=bb2a2ecf477da45c3a93d7aa0ebc73b2a4f5a5d8;hb=0fc2af4d152bca29558c2b28347dc5f1b8eae529;hp=62d674bed1e2cfbacc3d04bd733a49ef9278eab3;hpb=f78571a03c2e76d8ade56d367e72f05defe06f19;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 62d674be..bb2a2ecf 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "22.2.0", - "pnpm": "9.1.1" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.1", + "packageManager": "pnpm@9.2.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.10" + "poolifier": "^4.0.13" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.12", + "@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" } }