X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-cluster%2Fpackage.json;h=517d3f70120064f3895e32efe03c863d4d4c12ca;hb=b4d55613e796aa49ac8e49e559c5e0331889bf4d;hp=3031a08799dfcb3bfb382f5ca5a91daf1dc2b0d7;hpb=bf53076926bc4e7532c26fb3f71b933db84848dd;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..517d3f70 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", @@ -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.2.0", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"