Skip to content

Commit 5c5e3d5

Browse files
authored
fix(type-utils): add missing 'types' dependency to 'type-utils' (#11383)
Add missing 'types' dependency to 'type-utils'
1 parent 84b7a2e commit 5c5e3d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/type-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"typecheck": "yarn run -BT nx typecheck"
4545
},
4646
"dependencies": {
47+
"@typescript-eslint/types": "8.36.0",
4748
"@typescript-eslint/typescript-estree": "8.36.0",
4849
"@typescript-eslint/utils": "8.36.0",
4950
"debug": "^4.3.4",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6116,6 +6116,7 @@ __metadata:
61166116
resolution: "@typescript-eslint/type-utils@workspace:packages/type-utils"
61176117
dependencies:
61186118
"@typescript-eslint/parser": 8.36.0
6119+
"@typescript-eslint/types": 8.36.0
61196120
"@typescript-eslint/typescript-estree": 8.36.0
61206121
"@typescript-eslint/utils": 8.36.0
61216122
"@vitest/coverage-v8": ^3.1.3

0 commit comments

Comments
 (0)