Skip to content

Commit

Permalink
fix(deps): unpin typescript-eslint deps (#673)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
falkenhawk and antfu authored Jan 29, 2025
1 parent ca1c09b commit 9fb672d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"vue-tsc": "catalog:"
},
"resolutions": {
"@typescript-eslint/utils": "catalog:",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/utils": "8.13.0",
"rollup": "catalog:",
"twoslash-eslint": "catalog:",
"unbuild": "catalog:",
Expand Down
41 changes: 13 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ catalog:
'@types/node': ^22.10.10
'@types/picomatch': ^3.0.2
'@types/semver': ^7.5.8
'@typescript-eslint/parser': 8.13.0
'@typescript-eslint/utils': 8.13.0
'@typescript-eslint/parser': ^8.13.0
'@typescript-eslint/utils': ^8.13.0
'@unocss/reset': ^65.4.3
'@vitest/coverage-v8': ^3.0.4
'@vitest/ui': ^3.0.4
Expand Down

0 comments on commit 9fb672d

Please sign in to comment.