Skip to content

Commit 2679a75

Browse files
Unpin typescript version for Inertia Vue stack (#447)
1 parent a643d63 commit 2679a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallsInertiaStacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function installInertiaVueStack()
3535
if ($this->option('typescript')) {
3636
$this->updateNodePackages(function ($packages) {
3737
return [
38-
'typescript' => '~5.5.3',
38+
'typescript' => '^5.6.3',
3939
'vue-tsc' => '^2.0.24',
4040
] + $packages;
4141
});

0 commit comments

Comments
 (0)