build: update volta pnpm version
[poolifier.git] / benchmarks / versus-external-pools / package.json
index e810adfae1579b79e8b15734420167f8720fb027..20a273b93bf43d8a0ae50925a033d23992552965 100644 (file)
@@ -1,21 +1,28 @@
 {
   "name": "poolifier-benchmarks",
-  "version": "1.0.0-internal",
+  "version": "1.0.0",
   "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations",
   "private": true,
   "main": "index.js",
   "author": "pioardi",
+  "engines": {
+    "node": ">=16.14.0",
+    "pnpm": ">=8.6.0"
+  },
+  "volta": {
+    "node": "18.17.0",
+    "pnpm": "8.6.12"
+  },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "dependencies": {
-    "microjob": "0.7.0",
+    "nanothreads": "0.3.7",
     "node-worker-threads-pool": "1.5.1",
-    "piscina": "3.2.0",
-    "poolifier": "2.4.6",
-    "threads": "1.7.0",
-    "threadwork": "0.6.0",
-    "worker-nodes": "2.4.0",
+    "piscina": "4.0.0",
+    "poolifier": "2.6.20",
+    "tinypool": "0.7.0",
+    "worker-nodes": "2.6.0",
     "workerpool": "6.4.0"
   }
 }