X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fpackage.json;h=801a24b92de4d96a6bd8e1fbd40eae6d5c2c0218;hb=a74842dcad84f9a9cef6602c0efda5cefc565eb8;hp=037be01dbfe16816aaba980444abdd0d3e44650f;hpb=7d0aa97362b17bdac43eea38934aaea3c91363c0;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 037be01d..801a24b9 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -6,13 +6,13 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.9.0", - "pnpm": "8.10.2" + "node": "20.10.0", + "pnpm": "8.12.1" }, "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", - "start": "node dist/main.js", + "start": "node --enable-source-maps dist/main.js", "test": "echo \"Error: no test specified\" && exit 1", "benchmark:echo": "autocannon -c 100 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo", "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/30" @@ -21,13 +21,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.3", + "fastify": "^4.25.0", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.5" + "poolifier": "^3.0.14" }, "devDependencies": { - "@types/node": "^20.8.10", - "autocannon": "^7.12.0", - "typescript": "^5.2.2" + "@types/node": "^20.10.4", + "autocannon": "^7.14.0", + "typescript": "^5.3.3" } }