@agilebot/eslint-plugin 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-plugin",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Agilebot's ESLint plugin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "node": "^18.18.0 || >=20.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@typescript-eslint/utils": "~7.7.0",
21
+ "@typescript-eslint/utils": "~7.9.0",
22
22
  "eslint-plugin-react": "^7.34.1",
23
- "@agilebot/eslint-utils": "0.3.5"
23
+ "@agilebot/eslint-utils": "0.3.6"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "eslint": "^7.0.0 || ^8.0.0"
@@ -29,7 +29,9 @@
29
29
  "dist"
30
30
  ],
31
31
  "devDependencies": {
32
+ "@types/color-name": "^1.1.4",
32
33
  "@types/estree": "^1.0.5",
34
+ "color-name": "^2.0.0",
33
35
  "eslint-vitest-rule-tester": "^0.3.2"
34
36
  },
35
37
  "scripts": {