@ridedott/eslint-plugin 1.7.187 → 1.7.189

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 +4 -4
package/package.json CHANGED
@@ -6,17 +6,17 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/parser": "^6.21.0",
9
- "@typescript-eslint/utils": "^7.3.1"
9
+ "@typescript-eslint/utils": "^7.4.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
13
  "@commitlint/cli": "^19.2.1",
14
14
  "@commitlint/config-conventional": "^19.1.0",
15
- "@ridedott/eslint-config": "^2.27.78",
15
+ "@ridedott/eslint-config": "^2.27.82",
16
16
  "@types/jest": "^29.5.12",
17
17
  "@types/node": "^18.18.2",
18
18
  "commitizen": "^4.3.0",
19
- "cspell": "^8.6.0",
19
+ "cspell": "^8.6.1",
20
20
  "eslint": "^8.57.0",
21
21
  "husky": "^9.0.11",
22
22
  "jest": "^29.7.0",
@@ -78,5 +78,5 @@
78
78
  "test:watch": "jest --watch --verbose false",
79
79
  "types": "tsc --noEmit"
80
80
  },
81
- "version": "1.7.187"
81
+ "version": "1.7.189"
82
82
  }