Skip to content

Commit

Permalink
Bumps @hotwired/turbo to RC.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Sep 15, 2021
1 parent bba76fb commit de38ac1
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 @@ -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;
Expand Down

0 comments on commit de38ac1

Please sign in to comment.