@eslint-react/eslint-plugin 4.0.2-beta.3 → 4.0.2-beta.5
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ A huge thank you to our amazing sponsors who make this project possible.
|
|
|
213
213
|
|
|
214
214
|
<p align="center">
|
|
215
215
|
<a href="##">
|
|
216
|
-
<img src=".
|
|
216
|
+
<img src="https://eslint-react.xyz/sponsors.svg" alt="sponsors" />
|
|
217
217
|
</a>
|
|
218
218
|
</p>
|
|
219
219
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "4.0.2-beta.
|
|
3
|
+
"version": "4.0.2-beta.5",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@typescript-eslint/types": "^8.57.2",
|
|
48
48
|
"@typescript-eslint/utils": "^8.57.2",
|
|
49
49
|
"ts-api-utils": "^2.5.0",
|
|
50
|
-
"@eslint-react/shared": "4.0.2-beta.
|
|
51
|
-
"eslint-plugin-react-dom": "4.0.2-beta.
|
|
52
|
-
"eslint-plugin-react-jsx": "4.0.2-beta.
|
|
53
|
-
"eslint-plugin-react-naming-convention": "4.0.2-beta.
|
|
54
|
-
"eslint-plugin-react-web-api": "4.0.2-beta.
|
|
55
|
-
"eslint-plugin-react-rsc": "4.0.2-beta.
|
|
56
|
-
"eslint-plugin-react-x": "4.0.2-beta.
|
|
50
|
+
"@eslint-react/shared": "4.0.2-beta.5",
|
|
51
|
+
"eslint-plugin-react-dom": "4.0.2-beta.5",
|
|
52
|
+
"eslint-plugin-react-jsx": "4.0.2-beta.5",
|
|
53
|
+
"eslint-plugin-react-naming-convention": "4.0.2-beta.5",
|
|
54
|
+
"eslint-plugin-react-web-api": "4.0.2-beta.5",
|
|
55
|
+
"eslint-plugin-react-rsc": "4.0.2-beta.5",
|
|
56
|
+
"eslint-plugin-react-x": "4.0.2-beta.5"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsdown": "^0.21.7",
|