build(deps-dev): apply updates
[benchmarks-js.git] / package.json
index 0528049169cd89f1c5238aebbe64326591111b71..c7b7a489430716339c9d60c900afd976738febab 100644 (file)
@@ -8,8 +8,8 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "20.7.0",
-    "pnpm": "8.7.6"
+    "node": "20.8.0",
+    "pnpm": "8.8.0"
   },
   "repository": {
     "type": "git",
@@ -32,7 +32,7 @@
   },
   "scripts": {
     "preinstall": "npx --yes only-allow pnpm",
-    "prepare": "node prepare.js",
+    "prepare": "node prepare.mjs",
     "benchmark:busy-wait": "node busy-wait.mjs",
     "benchmark:empty-array": "node empty-array.mjs",
     "benchmark:deep-clone-object": "node deep-clone-object.mjs",
@@ -70,7 +70,9 @@
   },
   "devDependencies": {
     "@biomejs/biome": "^1.2.2",
-    "eslint": "^8.49.0",
+    "@commitlint/cli": "^17.7.2",
+    "@commitlint/config-conventional": "^17.7.0",
+    "eslint": "^8.50.0",
     "eslint-config-standard": "^17.1.0",
     "eslint-define-config": "^1.23.0",
     "eslint-plugin-import": "^2.28.1",
@@ -80,7 +82,6 @@
     "husky": "^8.0.3",
     "lint-staged": "^14.0.1",
     "prettier": "^3.0.3",
-    "standard": "^17.1.0",
-    "typescript": "^5.2.2"
+    "standard": "^17.1.0"
   }
 }