Skip to content

Commit de38ac1

Browse files
committed
Bumps @hotwired/turbo to RC.4
1 parent bba76fb commit de38ac1

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
@@ -18,7 +18,7 @@ public function handle()
1818
{
1919
$this->updateNodePackages(function ($packages) {
2020
return [
21-
'@hotwired/turbo' => '^7.0.0-rc.3',
21+
'@hotwired/turbo' => '^7.0.0-rc.4',
2222
'laravel-echo' => '^1.11.2',
2323
'pusher-js' => '^7.0.3',
2424
] + $packages;

0 commit comments

Comments
 (0)