Skip to content

Commit

Permalink
Install turbo ^7.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jan 31, 2021
1 parent 6a84341 commit 3c1a695
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.3',
'@hotwired/turbo' => '^7.0.0-beta.4',
'laravel-echo' => '^1.10.0',
'pusher-js' => '^7.0.2',
] + $packages;
Expand Down

0 comments on commit 3c1a695

Please sign in to comment.