Skip to content

Commit 9086262

Browse files
committed
Bumps @hotwired/turbo to ^7.0.1
1 parent a0963e3 commit 9086262

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',
21+
'@hotwired/turbo' => '^7.0.1',
2222
'laravel-echo' => '^1.11.2',
2323
'pusher-js' => '^7.0.3',
2424
] + $packages;

0 commit comments

Comments
 (0)