Skip to content

Commit

Permalink
Downgrade to Typescript 5.6
Browse files Browse the repository at this point in the history
This avoids a problem with vue-tsc and Typescript 5.7. See:

vuejs/language-tools#5018
  • Loading branch information
tim-script committed Dec 16, 2024
1 parent 9040ee6 commit 64b6838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"typescript": "~5.6",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
Expand Down

0 comments on commit 64b6838

Please sign in to comment.