@ridedott/eslint-plugin 1.7.181 → 1.7.182

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 +3 -3
package/package.json CHANGED
@@ -12,11 +12,11 @@
12
12
  "devDependencies": {
13
13
  "@commitlint/cli": "^19.0.3",
14
14
  "@commitlint/config-conventional": "^19.0.3",
15
- "@ridedott/eslint-config": "^2.27.68",
15
+ "@ridedott/eslint-config": "^2.27.69",
16
16
  "@types/jest": "^29.5.12",
17
17
  "@types/node": "^18.18.2",
18
18
  "commitizen": "^4.3.0",
19
- "cspell": "^8.5.0",
19
+ "cspell": "^8.6.0",
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.181"
81
+ "version": "1.7.182"
82
82
  }