From ee139529d09c52675819fda878b4b96b37d4c686 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Thu, 22 Jul 2021 23:06:55 -0300 Subject: [PATCH] Install Turbo.js 7.0.0-rc.1 --- 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 c17dd41..3630d92 100644 --- a/src/Commands/TurboInstallCommand.php +++ b/src/Commands/TurboInstallCommand.php @@ -15,7 +15,7 @@ public function handle() { $this->updateNodePackages(function ($packages) { return [ - '@hotwired/turbo' => '^7.0.0-beta.8', + '@hotwired/turbo' => '^7.0.0-rc.1', 'laravel-echo' => '^1.10.0', 'pusher-js' => '^7.0.2', ] + $packages;