@ridedott/eslint-plugin 1.7.175 → 1.7.176

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^18.6.0",
14
- "@commitlint/config-conventional": "^18.6.0",
15
- "@ridedott/eslint-config": "^2.27.56",
13
+ "@commitlint/cli": "^18.6.1",
14
+ "@commitlint/config-conventional": "^18.6.2",
15
+ "@ridedott/eslint-config": "^2.27.59",
16
16
  "@types/jest": "^29.5.12",
17
17
  "@types/node": "^18.18.2",
18
18
  "commitizen": "^4.3.0",
19
19
  "cspell": "^8.3.2",
20
20
  "eslint": "^8.56.0",
21
- "husky": "^9.0.10",
21
+ "husky": "^9.0.11",
22
22
  "jest": "^29.7.0",
23
23
  "jest-environment-node": "^29.7.0",
24
24
  "lint-staged": "^15.2.2",
@@ -78,5 +78,5 @@
78
78
  "test:watch": "jest --watch --verbose false",
79
79
  "types": "tsc --noEmit"
80
80
  },
81
- "version": "1.7.175"
81
+ "version": "1.7.176"
82
82
  }