We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b7a2e commit 5c5e3d5Copy full SHA for 5c5e3d5
packages/type-utils/package.json
@@ -44,6 +44,7 @@
44
"typecheck": "yarn run -BT nx typecheck"
45
},
46
"dependencies": {
47
+ "@typescript-eslint/types": "8.36.0",
48
"@typescript-eslint/typescript-estree": "8.36.0",
49
"@typescript-eslint/utils": "8.36.0",
50
"debug": "^4.3.4",
yarn.lock
@@ -6116,6 +6116,7 @@ __metadata:
6116
resolution: "@typescript-eslint/type-utils@workspace:packages/type-utils"
6117
dependencies:
6118
"@typescript-eslint/parser": 8.36.0
6119
+ "@typescript-eslint/types": 8.36.0
6120
"@typescript-eslint/typescript-estree": 8.36.0
6121
"@typescript-eslint/utils": 8.36.0
6122
"@vitest/coverage-v8": ^3.1.3
0 commit comments