Skip to content

Commit 9fb672d

Browse files
falkenhawkantfu
andauthored
fix(deps): unpin typescript-eslint deps (#673)
Co-authored-by: Anthony Fu <[email protected]>
1 parent ca1c09b commit 9fb672d

File tree

3 files changed

+17
-31
lines changed

3 files changed

+17
-31
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"vue-tsc": "catalog:"
9797
},
9898
"resolutions": {
99-
"@typescript-eslint/utils": "catalog:",
99+
"@typescript-eslint/parser": "8.13.0",
100+
"@typescript-eslint/utils": "8.13.0",
100101
"rollup": "catalog:",
101102
"twoslash-eslint": "catalog:",
102103
"unbuild": "catalog:",

pnpm-lock.yaml

Lines changed: 13 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ catalog:
2929
'@types/node': ^22.10.10
3030
'@types/picomatch': ^3.0.2
3131
'@types/semver': ^7.5.8
32-
'@typescript-eslint/parser': 8.13.0
33-
'@typescript-eslint/utils': 8.13.0
32+
'@typescript-eslint/parser': ^8.13.0
33+
'@typescript-eslint/utils': ^8.13.0
3434
'@unocss/reset': ^65.4.3
3535
'@vitest/coverage-v8': ^3.0.4
3636
'@vitest/ui': ^3.0.4

0 commit comments

Comments
 (0)