Skip to content

Commit

Permalink
Unpin typescript version for Inertia Vue stack (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyberyturiaga authored Jan 18, 2025
1 parent a643d63 commit 2679a75
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 2679a75

Please sign in to comment.