diff --git a/src/Commands/TurboInstallCommand.php b/src/Commands/TurboInstallCommand.php index 59e783a..5a42503 100644 --- a/src/Commands/TurboInstallCommand.php +++ b/src/Commands/TurboInstallCommand.php @@ -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', ];