eslint-plugin-react-x
Advanced tools
Comparing version 1.26.2 to 1.26.3-next.0
{ | ||
"name": "eslint-plugin-react-x", | ||
"version": "1.26.2", | ||
"version": "1.26.3-next.0", | ||
"description": "A set of composable linting rules for libraries and frameworks that use React as a UI runtime.", | ||
@@ -23,2 +23,3 @@ "keywords": [ | ||
"author": "Eva1ent<rel1cx@proton.me>", | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -38,2 +39,3 @@ ".": { | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
@@ -53,8 +55,8 @@ "files": [ | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/ast": "1.26.2", | ||
"@eslint-react/core": "1.26.2", | ||
"@eslint-react/jsx": "1.26.2", | ||
"@eslint-react/eff": "1.26.2", | ||
"@eslint-react/shared": "1.26.2", | ||
"@eslint-react/var": "1.26.2" | ||
"@eslint-react/ast": "1.26.3-next.0", | ||
"@eslint-react/jsx": "1.26.3-next.0", | ||
"@eslint-react/shared": "1.26.3-next.0", | ||
"@eslint-react/var": "1.26.3-next.0", | ||
"@eslint-react/core": "1.26.3-next.0", | ||
"@eslint-react/eff": "1.26.3-next.0" | ||
}, | ||
@@ -91,4 +93,2 @@ "devDependencies": { | ||
}, | ||
"sideEffects": false, | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
@@ -95,0 +95,0 @@ "build": "tsup --dts-resolve", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
250660
1
+ Added@eslint-react/ast@1.26.3-next.0(transitive)
+ Added@eslint-react/core@1.26.3-next.0(transitive)
+ Added@eslint-react/eff@1.26.3-next.0(transitive)
+ Added@eslint-react/jsx@1.26.3-next.0(transitive)
+ Added@eslint-react/shared@1.26.3-next.0(transitive)
+ Added@eslint-react/var@1.26.3-next.0(transitive)
- Removed@eslint-react/ast@1.26.2(transitive)
- Removed@eslint-react/core@1.26.2(transitive)
- Removed@eslint-react/eff@1.26.2(transitive)
- Removed@eslint-react/jsx@1.26.2(transitive)
- Removed@eslint-react/shared@1.26.2(transitive)
- Removed@eslint-react/var@1.26.2(transitive)