@ridedott/eslint-plugin 1.7.191 → 1.7.193

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
@@ -6,13 +6,13 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/parser": "^6.21.0",
9
- "@typescript-eslint/utils": "^7.4.0"
9
+ "@typescript-eslint/utils": "^7.6.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.87",
15
+ "@ridedott/eslint-config": "^2.27.91",
16
16
  "@types/jest": "^29.5.12",
17
17
  "@types/node": "^18.18.2",
18
18
  "commitizen": "^4.3.0",
@@ -78,5 +78,5 @@
78
78
  "test:watch": "jest --watch --verbose false",
79
79
  "types": "tsc --noEmit"
80
80
  },
81
- "version": "1.7.191"
81
+ "version": "1.7.193"
82
82
  }