From de38ac1d418c69dcdd34401796544971f9968618 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Wed, 15 Sep 2021 19:58:14 -0300 Subject: [PATCH] Bumps @hotwired/turbo to RC.4 --- src/Commands/TurboInstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/TurboInstallCommand.php b/src/Commands/TurboInstallCommand.php index 821fd8b..915a246 100644 --- a/src/Commands/TurboInstallCommand.php +++ b/src/Commands/TurboInstallCommand.php @@ -18,7 +18,7 @@ public function handle() { $this->updateNodePackages(function ($packages) { return [ - '@hotwired/turbo' => '^7.0.0-rc.3', + '@hotwired/turbo' => '^7.0.0-rc.4', 'laravel-echo' => '^1.11.2', 'pusher-js' => '^7.0.3', ] + $packages;