Skip to content

Commit

Permalink
Pin typescript to v5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjgriffith committed Dec 13, 2024
1 parent 3fb3e7a commit 2857dd8
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.6.3',
'typescript' => '~5.5.3',
'vue-tsc' => '^2.0.24',
] + $packages;
});
Expand Down

0 comments on commit 2857dd8

Please sign in to comment.