eslint-config-entva 2.43.0 → 2.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -526,6 +526,9 @@ export const storybookRules = [
526
526
  },
527
527
  },
528
528
  {
529
+ plugins: {
530
+ import: importPlugin,
531
+ },
529
532
  rules: {
530
533
  'import/no-extraneous-dependencies': [
531
534
  'error',
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/entva/styleguide.git"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.43.0",
12
+ "version": "2.45.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",
@@ -26,16 +26,16 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "eslint": "^9.39.4",
29
- "react": "^19.2.4"
29
+ "react": "^19.2.5"
30
30
  },
31
31
  "dependencies": {
32
32
  "eslint-config-entva-base": "^2.x.x",
33
33
  "eslint-plugin-import": "^2.32.0",
34
34
  "eslint-plugin-jsx-a11y": "^6.10.2",
35
35
  "eslint-plugin-react": "^7.37.5",
36
- "eslint-plugin-react-hooks": "^7.0.1",
37
- "eslint-plugin-storybook": "^10.2.16",
38
- "globals": "^17.4.0"
36
+ "eslint-plugin-react-hooks": "^7.1.1",
37
+ "eslint-plugin-storybook": "^10.3.5",
38
+ "globals": "^17.5.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "eslint": "^9.x.x"