Skip to content

Commit 3c1a695

Browse files
committed
Install turbo ^7.0.0-beta.4
1 parent 6a84341 commit 3c1a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/TurboInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function handle()
1515
{
1616
$this->updateNodePackages(function ($packages) {
1717
return [
18-
'@hotwired/turbo' => '^7.0.0-beta.3',
18+
'@hotwired/turbo' => '^7.0.0-beta.4',
1919
'laravel-echo' => '^1.10.0',
2020
'pusher-js' => '^7.0.2',
2121
] + $packages;

0 commit comments

Comments
 (0)