X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=007aea485f13d33f6d7346bb363273738805b00a;hb=c26ae55d82478ca2be7c96404b5efe39ace646a4;hp=3031a08799dfcb3bfb382f5ca5a91daf1dc2b0d7;hpb=a09a79a68dbaf04a9dff2f9d9dcc37da8c7dd314;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..007aea48 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", @@ -26,9 +26,9 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.9", + "@types/node": "^20.8.10", "autocannon": "^7.12.0", - "rollup": "^4.1.4", + "rollup": "^4.3.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"