@ridedott/eslint-plugin 1.7.189 → 1.7.191

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,7 +12,7 @@
12
12
  "devDependencies": {
13
13
  "@commitlint/cli": "^19.2.1",
14
14
  "@commitlint/config-conventional": "^19.1.0",
15
- "@ridedott/eslint-config": "^2.27.82",
15
+ "@ridedott/eslint-config": "^2.27.87",
16
16
  "@types/jest": "^29.5.12",
17
17
  "@types/node": "^18.18.2",
18
18
  "commitizen": "^4.3.0",
@@ -26,7 +26,7 @@
26
26
  "prettier": "^3.2.5",
27
27
  "ts-jest": "^29.1.2",
28
28
  "ts-node": "^10.9.2",
29
- "typescript": "^5.4.3"
29
+ "typescript": "^5.4.4"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=18"
@@ -78,5 +78,5 @@
78
78
  "test:watch": "jest --watch --verbose false",
79
79
  "types": "tsc --noEmit"
80
80
  },
81
- "version": "1.7.189"
81
+ "version": "1.7.191"
82
82
  }