Skip to content

Commit

Permalink
chore: lock typescript to 5.5 for now
Browse files Browse the repository at this point in the history
It seems that Volar doesn't support ts 5.6 atm, which cases some tests runs over time on Ubuntu and Windows (not macOS tho)
  • Loading branch information
antfu committed Sep 12, 2024
1 parent c67c86e commit 63af906
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 176 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/node": "^22.5.4",
"twoslash": "workspace:*",
"twoslash-vue": "workspace:*",
"typescript": "^5.6.2"
"typescript": "5.5.4"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
6 changes: 2 additions & 4 deletions packages/twoslash/test/results/tests/completions-edge-2.json

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

3 changes: 1 addition & 2 deletions packages/twoslash/test/results/tests/completions-edge.json

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

9 changes: 3 additions & 6 deletions packages/twoslash/test/results/tests/completions-files-2.json

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

30 changes: 10 additions & 20 deletions packages/twoslash/test/results/tests/completions-literals.json

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

Loading

0 comments on commit 63af906

Please sign in to comment.