Skip to content

Commit

Permalink
Install Turbo.js 7.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jul 23, 2021
1 parent 48d630b commit ee13952
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 @@ -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;
Expand Down

0 comments on commit ee13952

Please sign in to comment.