@eslint-react/kit 4.2.4-beta.0 → 4.2.5-beta.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -602,4 +602,4 @@ export default [
|
|
|
602
602
|
|
|
603
603
|
## More Examples
|
|
604
604
|
|
|
605
|
-
Please check the [Rule Recipes](https://www.eslint-react.xyz/docs/recipes
|
|
605
|
+
Please check the [Rule Recipes](https://www.eslint-react.xyz/docs/recipes) in the documentation site.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/kit",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5-beta.0",
|
|
4
4
|
"description": "ESLint React's utility module for building custom React rules with JavasSript functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@typescript-eslint/utils": "^8.58.0",
|
|
40
40
|
"string-ts": "^2.3.1",
|
|
41
|
-
"@eslint-react/
|
|
42
|
-
"@eslint-react/
|
|
43
|
-
"@eslint-react/shared": "4.2.
|
|
41
|
+
"@eslint-react/core": "4.2.5-beta.0",
|
|
42
|
+
"@eslint-react/ast": "4.2.5-beta.0",
|
|
43
|
+
"@eslint-react/shared": "4.2.5-beta.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"eslint": "^10.1.0",
|