@typescript-eslint/utils 8.64.1-alpha.3 → 8.64.1-alpha.5

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 (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/utils",
3
- "version": "8.64.1-alpha.3",
3
+ "version": "8.64.1-alpha.5",
4
4
  "description": "Utilities for working with TypeScript + ESLint together",
5
5
  "files": [
6
6
  "dist",
@@ -51,9 +51,9 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@eslint-community/eslint-utils": "^4.9.1",
54
- "@typescript-eslint/scope-manager": "8.64.1-alpha.3",
55
- "@typescript-eslint/types": "8.64.1-alpha.3",
56
- "@typescript-eslint/typescript-estree": "8.64.1-alpha.3"
54
+ "@typescript-eslint/scope-manager": "8.64.1-alpha.5",
55
+ "@typescript-eslint/types": "8.64.1-alpha.5",
56
+ "@typescript-eslint/typescript-estree": "8.64.1-alpha.5"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
@@ -97,7 +97,8 @@
97
97
  "^build",
98
98
  "typecheck"
99
99
  ]
100
- }
100
+ },
101
+ "attw-check": {}
101
102
  }
102
103
  },
103
104
  "scripts": {
@@ -107,6 +108,7 @@
107
108
  "lint": "pnpm -w exec nx lint",
108
109
  "test": "pnpm -w exec nx test",
109
110
  "typecheck": "pnpm -w exec nx typecheck",
110
- "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo"
111
+ "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo",
112
+ "attw-check": "pnpm -w exec nx attw-check"
111
113
  }
112
114
  }