@eslint-react/eslint-plugin 2.0.0-next.143 → 2.0.0-next.145

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +1 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -165,8 +165,8 @@ export default tseslint.config({
165
165
 
166
166
  Contributions are welcome!
167
167
 
168
- Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
168
+ Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/2.0.0/.github/CONTRIBUTING.md).
169
169
 
170
170
  ## License
171
171
 
172
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
172
+ This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/2.0.0/LICENSE) file for details.
package/dist/index.js 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 = "2.0.0-next.143";
17
+ var version = "2.0.0-next.145";
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": "2.0.0-next.143",
3
+ "version": "2.0.0-next.145",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,15 +41,15 @@
41
41
  "@typescript-eslint/type-utils": "^8.40.0",
42
42
  "@typescript-eslint/types": "^8.40.0",
43
43
  "@typescript-eslint/utils": "^8.40.0",
44
- "@eslint-react/eff": "2.0.0-next.143",
45
- "eslint-plugin-react-debug": "2.0.0-next.143",
46
- "eslint-plugin-react-dom": "2.0.0-next.143",
47
- "@eslint-react/kit": "2.0.0-next.143",
48
- "@eslint-react/shared": "2.0.0-next.143",
49
- "eslint-plugin-react-hooks-extra": "2.0.0-next.143",
50
- "eslint-plugin-react-web-api": "2.0.0-next.143",
51
- "eslint-plugin-react-x": "2.0.0-next.143",
52
- "eslint-plugin-react-naming-convention": "2.0.0-next.143"
44
+ "@eslint-react/eff": "2.0.0-next.145",
45
+ "@eslint-react/kit": "2.0.0-next.145",
46
+ "@eslint-react/shared": "2.0.0-next.145",
47
+ "eslint-plugin-react-debug": "2.0.0-next.145",
48
+ "eslint-plugin-react-dom": "2.0.0-next.145",
49
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.145",
50
+ "eslint-plugin-react-naming-convention": "2.0.0-next.145",
51
+ "eslint-plugin-react-web-api": "2.0.0-next.145",
52
+ "eslint-plugin-react-x": "2.0.0-next.145"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsup": "^8.5.0",