Skip to content

Commit

Permalink
Bump the turbo.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 27, 2024
1 parent 406a75c commit 4e48a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/TurboInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private function updateImportmapsDependencies(): void
private function jsDependencies(): array
{
return [
'@hotwired/turbo' => '^8.0.3',
'@hotwired/turbo' => '^8.0.4',
'laravel-echo' => '^1.15.0',
'pusher-js' => '^8.0.1',
];
Expand Down

0 comments on commit 4e48a72

Please sign in to comment.