diff --git a/src/Console/InstallsInertiaStacks.php b/src/Console/InstallsInertiaStacks.php index 66763e574..aa259a334 100644 --- a/src/Console/InstallsInertiaStacks.php +++ b/src/Console/InstallsInertiaStacks.php @@ -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; }); }