@eslint-react/jsx 0.8.8-beta.1 → 0.8.8-beta.3
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/ast",
|
|
3
|
-
"version": "0.8.8-beta.
|
|
4
|
-
"description": "TSESTree AST primitive utility module.",
|
|
3
|
+
"version": "0.8.8-beta.3",
|
|
4
|
+
"description": "ESLint x React's TSESTree AST primitive utility module.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/rel1cx/eslint-react/issues"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/tools",
|
|
3
|
-
"version": "0.8.8-beta.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.8.8-beta.3",
|
|
4
|
+
"description": "ESLint x React's std library and primitives.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/rel1cx/eslint-react/issues"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/types",
|
|
3
|
-
"version": "0.8.8-beta.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.8.8-beta.3",
|
|
4
|
+
"description": "ESLint x React's type definitions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/rel1cx/eslint-react/issues"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "0.8.8-beta.
|
|
4
|
-
"description": "TSESTree AST utility module for static analysis of JSX.",
|
|
3
|
+
"version": "0.8.8-beta.3",
|
|
4
|
+
"description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/rel1cx/eslint-react/issues"
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"micro-memoize": "4.1.2",
|
|
43
|
-
"@eslint-react/ast": "0.8.8-beta.
|
|
44
|
-
"@eslint-react/tools": "0.8.8-beta.
|
|
45
|
-
"@eslint-react/types": "0.8.8-beta.
|
|
43
|
+
"@eslint-react/ast": "0.8.8-beta.3",
|
|
44
|
+
"@eslint-react/tools": "0.8.8-beta.3",
|
|
45
|
+
"@eslint-react/types": "0.8.8-beta.3"
|
|
46
46
|
},
|
|
47
47
|
"bundleDependencies": [
|
|
48
48
|
"@eslint-react/ast",
|