Browse Source

chore: updates dependencies and pre-commit script

e22m4u 1 year ago
parent
commit
7b411345be
2 changed files with 3 additions and 4 deletions
  1. 0 1
      .husky/pre-commit
  2. 3 3
      package.json

+ 0 - 1
.husky/pre-commit

@@ -1,6 +1,5 @@
 npm run lint:fix
 npm run format
-
 npm run test
 
 git add -A

+ 3 - 3
package.json

@@ -26,16 +26,16 @@
   "homepage": "https://gitflic.ru/project/e22m4u/js-format",
   "devDependencies": {
     "@commitlint/cli": "^18.6.1",
-    "@commitlint/config-conventional": "^18.6.1",
+    "@commitlint/config-conventional": "^18.6.2",
     "c8": "^9.1.0",
     "chai": "^4.4.1",
     "chai-as-promised": "^7.1.1",
     "chai-spies": "^1.1.0",
     "chai-subset": "^1.6.0",
-    "eslint": "^8.56.0",
+    "eslint": "^8.57.0",
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-chai-expect": "^3.0.0",
-    "eslint-plugin-mocha": "^10.2.0",
+    "eslint-plugin-mocha": "^10.3.0",
     "husky": "^9.0.10",
     "mocha": "^10.3.0",
     "prettier": "^3.2.5",