@ridedott/eslint-plugin 1.7.179 → 1.7.180

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
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^18.6.1",
14
- "@commitlint/config-conventional": "^18.6.2",
15
- "@ridedott/eslint-config": "^2.27.65",
13
+ "@commitlint/cli": "^19.0.3",
14
+ "@commitlint/config-conventional": "^19.0.3",
15
+ "@ridedott/eslint-config": "^2.27.66",
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.179"
81
+ "version": "1.7.180"
82
82
  }