We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d630b commit ee13952Copy full SHA for ee13952
src/Commands/TurboInstallCommand.php
@@ -15,7 +15,7 @@ public function handle()
15
{
16
$this->updateNodePackages(function ($packages) {
17
return [
18
- '@hotwired/turbo' => '^7.0.0-beta.8',
+ '@hotwired/turbo' => '^7.0.0-rc.1',
19
'laravel-echo' => '^1.10.0',
20
'pusher-js' => '^7.0.2',
21
] + $packages;
0 commit comments