Skip to content

Commit

Permalink
Fix typescript version (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7zayed authored Dec 12, 2024
1 parent e05ae1a commit e3cb2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function installInertiaVueStack()
if ($this->option('typescript')) {
$this->updateNodePackages(function ($packages) {
return [
'typescript' => '^5.5.3',
'typescript' => '^5.6.3',
'vue-tsc' => '^2.0.24',
] + $packages;
});
Expand Down

0 comments on commit e3cb2f8

Please sign in to comment.