@aliexme/eslint-config 2.2.0 → 2.3.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/configs/react.js +0 -1
  2. package/package.json +7 -7
package/configs/react.js CHANGED
@@ -2,7 +2,6 @@
2
2
  import eslintPluginReactRecommended from 'eslint-plugin-react/configs/recommended.js'
3
3
  // @ts-expect-error Could not find a declaration file for module 'eslint-plugin-react/configs/jsx-runtime.js'
4
4
  import eslintPluginReactJsxRuntime from 'eslint-plugin-react/configs/jsx-runtime.js'
5
- // @ts-expect-error Could not find a declaration file for module 'eslint-plugin-react-hooks'
6
5
  import eslintPluginReactHooks from 'eslint-plugin-react-hooks'
7
6
 
8
7
  /** @type {import('eslint').Linter.Config[]} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliexme/eslint-config",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Set of configs for ESLint",
5
5
  "private": false,
6
6
  "author": "Alexander Smirnov <al.smirnov996@gmail.com>",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@eslint/compat": "^1.2.7",
41
- "@eslint/eslintrc": "^3.3.0",
42
- "@eslint/js": "^9.21.0",
43
- "@stylistic/eslint-plugin": "^4.0.1",
41
+ "@eslint/eslintrc": "^3.3.1",
42
+ "@eslint/js": "^9.23.0",
43
+ "@stylistic/eslint-plugin": "^4.2.0",
44
44
  "eslint-plugin-import": "^2.31.0",
45
45
  "globals": "^16.0.0",
46
- "typescript-eslint": "^8.24.1"
46
+ "typescript-eslint": "^8.28.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "eslint": "^9.0.0",
@@ -52,7 +52,7 @@
52
52
  "eslint-plugin-react": "^7.0.0",
53
53
  "eslint-plugin-react-hooks": "^5.0.0",
54
54
  "eslint-plugin-react-native": "^5.0.0",
55
- "eslint-plugin-vue": "^9.0.0",
55
+ "eslint-plugin-vue": "^10.0.0",
56
56
  "prettier": "^3.0.0"
57
57
  },
58
58
  "peerDependenciesMeta": {
@@ -78,5 +78,5 @@
78
78
  "optional": true
79
79
  }
80
80
  },
81
- "gitHead": "d9dd047ad7d94b5cbca23dee147746f8f1ccc6dd"
81
+ "gitHead": "6c40c2572e104b50bf5c90d8387bafbc27433641"
82
82
  }