@pengzhanbo/eslint-config-react 1.46.0 → 2.0.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.
package/README.md CHANGED
@@ -29,6 +29,7 @@ export default eslintConfig()
29
29
  - [@pengzhanbo/eslint-config-react](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-react)
30
30
  - [@pengzhanbo/eslint-config-svelte](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-svelte)
31
31
  - [@pengzhanbo/eslint-config-solid](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-solid)
32
+ - [@pengzhanbo/eslint-config-angular](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-angular)
32
33
  - [@pengzhanbo/eslint-config-astro](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-astro)
33
34
  - [@pengzhanbo/prettier-config](https://github.com/pengzhanbo/configs/tree/main/packages/prettier-config)
34
35
  - [@pengzhanbo/stylelint-config](https://github.com/pengzhanbo/configs/tree/main/packages/stylelint-config)
package/dist/index.mjs CHANGED
@@ -9,7 +9,6 @@ function reactEslintFlatConfig(options, ...userConfigs) {
9
9
  ...options
10
10
  }, ...userConfigs);
11
11
  }
12
- var src_default = reactEslintFlatConfig;
13
12
 
14
13
  //#endregion
15
- export { src_default as default, reactEslintFlatConfig };
14
+ export { reactEslintFlatConfig as default, reactEslintFlatConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-react",
3
3
  "type": "module",
4
- "version": "1.46.0",
4
+ "version": "2.0.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -23,11 +23,11 @@
23
23
  "dist"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@next/eslint-plugin-next": "^16.1.2",
26
+ "@next/eslint-plugin-next": "^16.1.6",
27
27
  "@prettier/plugin-xml": "^3.4.2",
28
28
  "@unocss/eslint-plugin": "^66.6.0",
29
- "eslint": "^9.39.2",
30
- "eslint-plugin-format": "^1.3.1",
29
+ "eslint": "^10.0.0",
30
+ "eslint-plugin-format": "^1.4.0",
31
31
  "eslint-plugin-tailwindcss": "^3.18.2"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -48,16 +48,16 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@eslint-react/eslint-plugin": "^2.7.1",
51
+ "@eslint-react/eslint-plugin": "^2.12.4",
52
52
  "eslint-plugin-react-hooks": "^7.0.1",
53
- "eslint-plugin-react-refresh": "^0.4.26",
54
- "@pengzhanbo/eslint-config": "1.46.0"
53
+ "eslint-plugin-react-refresh": "^0.5.0",
54
+ "@pengzhanbo/eslint-config": "2.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@next/eslint-plugin-next": "^16.1.2",
57
+ "@next/eslint-plugin-next": "^16.1.6",
58
58
  "@unocss/eslint-plugin": "^66.6.0",
59
- "eslint": "^9.39.2",
60
- "eslint-plugin-format": "^1.3.1",
59
+ "eslint": "^10.0.0",
60
+ "eslint-plugin-format": "^1.4.0",
61
61
  "eslint-plugin-tailwindcss": "^3.18.2"
62
62
  },
63
63
  "publishConfig": {