@pengzhanbo/eslint-config-react 1.23.0 → 1.25.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/dist/index.js +2 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -9,8 +9,8 @@ function reactEslintFlatConfig(options, ...userConfigs) {
9
9
  ...options
10
10
  }, ...userConfigs);
11
11
  }
12
- var src_default = reactEslintFlatConfig;
12
+ var index_default = reactEslintFlatConfig;
13
13
  export {
14
- src_default as default,
14
+ index_default as default,
15
15
  reactEslintFlatConfig
16
16
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-react",
3
3
  "type": "module",
4
- "version": "1.23.0",
4
+ "version": "1.25.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -30,10 +30,10 @@
30
30
  ],
31
31
  "peerDependencies": {
32
32
  "@prettier/plugin-xml": "^3.4.1",
33
- "@unocss/eslint-plugin": ">=0.60.0",
34
- "eslint": ">=9.5.0",
35
- "eslint-plugin-format": ">=0.1.0",
36
- "eslint-plugin-tailwindcss": ">=3.10.0"
33
+ "@unocss/eslint-plugin": ">=65.4.0",
34
+ "eslint": ">=9.18.0",
35
+ "eslint-plugin-format": ">=1.0.0",
36
+ "eslint-plugin-tailwindcss": ">=3.18.0"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@prettier/plugin-xml": {
@@ -50,16 +50,16 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@eslint-react/eslint-plugin": "^1.23.2",
53
+ "@eslint-react/eslint-plugin": "^1.26.2",
54
54
  "eslint-plugin-react-hooks": "^5.1.0",
55
- "eslint-plugin-react-refresh": "^0.4.16",
56
- "@pengzhanbo/eslint-config": "1.23.0"
55
+ "eslint-plugin-react-refresh": "^0.4.18",
56
+ "@pengzhanbo/eslint-config": "1.25.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@unocss/eslint-plugin": "^65.4.0",
60
- "eslint": "^9.18.0",
59
+ "@unocss/eslint-plugin": "^65.4.3",
60
+ "eslint": "^9.20.0",
61
61
  "eslint-plugin-format": "^1.0.1",
62
- "eslint-plugin-tailwindcss": "^3.17.5"
62
+ "eslint-plugin-tailwindcss": "^3.18.0"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsup src/index.ts --format esm --clean --dts --shims",