@eslint-react/var 2.0.0-next.132 → 2.0.0-next.135

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
+ import { unit } from '@eslint-react/eff';
1
2
  import { Scope, Variable } from '@typescript-eslint/scope-manager';
2
3
  import { TSESTree } from '@typescript-eslint/types';
3
- import { unit } from '@eslint-react/eff';
4
4
 
5
5
  /**
6
6
  * Get all variables from the given scope up to the global scope
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/var",
3
- "version": "2.0.0-next.132",
3
+ "version": "2.0.0-next.135",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -27,13 +27,13 @@
27
27
  "./package.json"
28
28
  ],
29
29
  "dependencies": {
30
- "@typescript-eslint/scope-manager": "^8.39.1",
31
- "@typescript-eslint/types": "^8.39.1",
32
- "@typescript-eslint/utils": "^8.39.1",
30
+ "@typescript-eslint/scope-manager": "^8.40.0",
31
+ "@typescript-eslint/types": "^8.40.0",
32
+ "@typescript-eslint/utils": "^8.40.0",
33
33
  "string-ts": "^2.2.1",
34
34
  "ts-pattern": "^5.8.0",
35
- "@eslint-react/ast": "2.0.0-next.132",
36
- "@eslint-react/eff": "2.0.0-next.132"
35
+ "@eslint-react/ast": "2.0.0-next.135",
36
+ "@eslint-react/eff": "2.0.0-next.135"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^8.5.0",