@eslint-react/eslint-plugin 1.52.6 → 1.52.7-beta.1

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
@@ -162,8 +162,8 @@ export default tseslint.config({
162
162
 
163
163
  Contributions are welcome!
164
164
 
165
- Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
165
+ Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
166
166
 
167
167
  ## License
168
168
 
169
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
169
+ This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/main/LICENSE) file for details.
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.52.6";
28
+ var version = "1.52.7-beta.1";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.52.6";
17
+ var version = "1.52.7-beta.1";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.52.6",
3
+ "version": "1.52.7-beta.1",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,19 +46,19 @@
46
46
  "./package.json"
47
47
  ],
48
48
  "dependencies": {
49
- "@typescript-eslint/scope-manager": "^8.39.1",
50
- "@typescript-eslint/type-utils": "^8.39.1",
51
- "@typescript-eslint/types": "^8.39.1",
52
- "@typescript-eslint/utils": "^8.39.1",
53
- "@eslint-react/eff": "1.52.6",
54
- "@eslint-react/kit": "1.52.6",
55
- "@eslint-react/shared": "1.52.6",
56
- "eslint-plugin-react-dom": "1.52.6",
57
- "eslint-plugin-react-debug": "1.52.6",
58
- "eslint-plugin-react-hooks-extra": "1.52.6",
59
- "eslint-plugin-react-naming-convention": "1.52.6",
60
- "eslint-plugin-react-web-api": "1.52.6",
61
- "eslint-plugin-react-x": "1.52.6"
49
+ "@typescript-eslint/scope-manager": "^8.40.0",
50
+ "@typescript-eslint/type-utils": "^8.40.0",
51
+ "@typescript-eslint/types": "^8.40.0",
52
+ "@typescript-eslint/utils": "^8.40.0",
53
+ "@eslint-react/eff": "1.52.7-beta.1",
54
+ "@eslint-react/kit": "1.52.7-beta.1",
55
+ "@eslint-react/shared": "1.52.7-beta.1",
56
+ "eslint-plugin-react-dom": "1.52.7-beta.1",
57
+ "eslint-plugin-react-naming-convention": "1.52.7-beta.1",
58
+ "eslint-plugin-react-web-api": "1.52.7-beta.1",
59
+ "eslint-plugin-react-x": "1.52.7-beta.1",
60
+ "eslint-plugin-react-debug": "1.52.7-beta.1",
61
+ "eslint-plugin-react-hooks-extra": "1.52.7-beta.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.5.0",