Bump eslint from 8.29.0 to 8.30.0
[benchmarks-js.git] / package.json
index ba7c7384be719a86bc4af11d300344cb4085e898..bb69a2810003aeb8e22231624bc4fcce871e713c 100644 (file)
@@ -21,7 +21,7 @@
     "benchmark:fibonacci": "node fibonacci.js",
     "benchmark:random": "node random.js",
     "benchmark:uuid-generator": "node uuid-generator.js",
-    "format": "prettier . --write; standard . --fix",
+    "format": "prettier . --cache --write; standard . --fix",
     "lint": "eslint . --cache",
     "lint:fix": "eslint . --cache --fix",
     "test": "echo \"Error: no test specified\" && exit 1"
     "uuid": "^9.0.0"
   },
   "devDependencies": {
-    "eslint": "^8.27.0",
+    "eslint": "^8.30.0",
     "eslint-config-standard": "^17.0.0",
     "eslint-define-config": "^1.12.0",
     "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-jsdoc": "^39.6.2",
-    "eslint-plugin-n": "^15.5.1",
+    "eslint-plugin-jsdoc": "^39.6.4",
+    "eslint-plugin-n": "^15.6.0",
     "eslint-plugin-promise": "^6.1.1",
     "husky": "^8.0.2",
-    "lint-staged": "^13.0.3",
-    "prettier": "^2.7.1",
+    "lint-staged": "^13.1.0",
+    "prettier": "^2.8.1",
     "standard": "^17.0.0",
-    "typescript": "^4.8.4"
+    "typescript": "^4.9.4"
   }
 }