X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=ccdd21e525f9c925739fc1b3ba64c919339b0ff0;hb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;hp=731607ae81e7c196797548385a5557bc0166c9ae;hpb=f46d4a23ba95b01ad5581a3489ce8bbbbc289d2b;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 731607ae..ccdd21e5 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,11 +6,11 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.8.0", - "pnpm": "8.8.0" + "node": "20.9.0", + "pnpm": "8.10.0" }, "scripts": { - "build": "rollup --config", + "build": "rollup --config --configPlugin typescript", "start": "node dist/main.cjs", "start:esm": "node dist/main.js", "test": "echo \"Error: no test specified\" && exit 1", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.2", + "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", - "poolifier": "^2.7.5" + "poolifier": "^3.0.5" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.2", + "@types/node": "^20.8.9", "autocannon": "^7.12.0", - "rollup": "^3.29.4", + "rollup": "^4.1.5", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"