@typescript-eslint/type-utils 7.3.2-alpha.9 → 7.4.1-alpha.0
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.
- package/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
The utilities in this package are separated from `@typescript-eslint/utils` so that that package does not require a dependency on `typescript`.
|
|
9
9
|
|
|
10
|
-
👉 See **https://typescript-eslint.io/packages/type-utils** for documentation on this package.
|
|
11
|
-
|
|
12
10
|
> See https://typescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
|
|
13
11
|
|
|
14
12
|
<!-- Local path for docs: docs/packages/Type_Utils.mdx -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/type-utils",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.1-alpha.0",
|
|
4
4
|
"description": "Type utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@typescript-eslint/typescript-estree": "7.
|
|
49
|
-
"@typescript-eslint/utils": "7.
|
|
48
|
+
"@typescript-eslint/typescript-estree": "7.4.1-alpha.0",
|
|
49
|
+
"@typescript-eslint/utils": "7.4.1-alpha.0",
|
|
50
50
|
"debug": "^4.3.4",
|
|
51
51
|
"ts-api-utils": "^1.0.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@typescript-eslint/parser": "7.
|
|
54
|
+
"@typescript-eslint/parser": "7.4.1-alpha.0",
|
|
55
55
|
"ajv": "^6.10.0",
|
|
56
56
|
"downlevel-dts": "*",
|
|
57
57
|
"jest": "29.7.0",
|