Skip to content

Commit

Permalink
Bump vue-tsc to v2 (#391)
Browse files Browse the repository at this point in the history
vue-tsc v1 crashes with typescript v5.5 and newer. Upgrade to vue-tsc v2 to fix.

vuejs/language-tools#4484
  • Loading branch information
daleweaver777 committed Jul 2, 2024
1 parent 16c58fb commit 8cbf19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ protected function installInertiaVueStack()
if ($this->option('typescript')) {
$this->updateNodePackages(function ($packages) {
return [
'typescript' => '^5.0.2',
'vue-tsc' => '^1.8.27',
'typescript' => '^5.5.3',
'vue-tsc' => '^2.0.24',
] + $packages;
});
}
Expand Down

0 comments on commit 8cbf19b

Please sign in to comment.