@eslint-react/var
Advanced tools
+9
-6
| { | ||
| "name": "@eslint-react/var", | ||
| "version": "3.0.0-rc.0", | ||
| "version": "3.0.0-rc.1", | ||
| "description": "ESLint React's TSESTree AST utility module for static analysis of variables.", | ||
@@ -37,10 +37,10 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
| "ts-pattern": "^5.9.0", | ||
| "@eslint-react/ast": "3.0.0-rc.0", | ||
| "@eslint-react/shared": "3.0.0-rc.0" | ||
| "@eslint-react/ast": "3.0.0-rc.1", | ||
| "@eslint-react/shared": "3.0.0-rc.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@typescript-eslint/typescript-estree": "canary", | ||
| "tsdown": "^0.21.0", | ||
| "@local/eff": "3.0.0-beta.72", | ||
| "@local/configs": "0.0.0" | ||
| "tsdown": "^0.21.2", | ||
| "@local/configs": "0.0.0", | ||
| "@local/eff": "3.0.0-beta.72" | ||
| }, | ||
@@ -54,2 +54,5 @@ "peerDependencies": { | ||
| }, | ||
| "inlinedDependencies": { | ||
| "@local/eff": "workspace:*" | ||
| }, | ||
| "scripts": { | ||
@@ -56,0 +59,0 @@ "build": "tsdown --dts-resolve", |
20368
0.32%+ Added
+ Added
- Removed
- Removed
Updated