X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=34b5a11584211c740ab25cdbff5d652215cf6541;hb=9aec6fd82bbc44bd418cab3f9c1c4364dfc48359;hp=c00d4aa6fa0b2dc14509aedb829bc181acbd8eba;hpb=ae793b1622dfa02d110ece1eb4cc99a04b73a9ba;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index c00d4aa6..34b5a115 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,10 +7,10 @@ "type": "module", "volta": { "node": "20.9.0", - "pnpm": "8.9.2" + "pnpm": "8.10.2" }, "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", @@ -22,13 +22,13 @@ "license": "ISC", "dependencies": { "fastify": "^4.24.3", - "poolifier": "^3.0.4" + "poolifier": "^3.0.5" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.8", + "@types/node": "^20.8.10", "autocannon": "^7.12.0", - "rollup": "^4.1.4", + "rollup": "^4.2.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"