X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=9504c668da013ff56e1a18cc7f94f33a118ed5bb;hb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;hp=3031a08799dfcb3bfb382f5ca5a91daf1dc2b0d7;hpb=10324587d0388cccfe4c0fe45e361b9bef14718f;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 3031a087..9504c668 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.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", @@ -28,7 +28,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.9", "autocannon": "^7.12.0", - "rollup": "^4.1.4", + "rollup": "^4.1.5", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"