Skip to content

Commit

Permalink
Bumps @hotwired/turbo to ^7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Oct 1, 2021
1 parent a0963e3 commit 9086262
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',
'@hotwired/turbo' => '^7.0.1',
'laravel-echo' => '^1.11.2',
'pusher-js' => '^7.0.3',
] + $packages;
Expand Down

0 comments on commit 9086262

Please sign in to comment.