eslint-config-entva 2.11.0 → 2.15.0

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 +6 -6
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/entva/styleguide"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.11.0",
12
+ "version": "2.15.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",
@@ -25,16 +25,16 @@
25
25
  "prepublishOnly": "npm test"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^9.16.0",
29
- "react": "^19.0.0"
28
+ "eslint": "^9.17.0",
29
+ "react": "^19.x.x"
30
30
  },
31
31
  "dependencies": {
32
- "eslint-config-entva-base": "^2.11.0",
32
+ "eslint-config-entva-base": "^2.15.0",
33
33
  "eslint-plugin-import": "^2.31.0",
34
34
  "eslint-plugin-jsx-a11y": "^6.10.2",
35
- "eslint-plugin-react": "^7.37.2",
35
+ "eslint-plugin-react": "^7.37.3",
36
36
  "eslint-plugin-react-hooks": "^5.1.0",
37
- "globals": "^15.13.0"
37
+ "globals": "^15.14.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "eslint": "^9.x.x"