Skip to content

Commit

Permalink
update inertia version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 8, 2022
1 parent 82e3a88 commit d5f7582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait InstallsInertiaStacks
protected function installInertiaVueStack()
{
// Install Inertia...
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.4.3', 'laravel/sanctum:^2.8', 'tightenco/ziggy:^1.0');
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.5.4', 'laravel/sanctum:^2.8', 'tightenco/ziggy:^1.0');

// NPM Packages...
$this->updateNodePackages(function ($packages) {
Expand Down

0 comments on commit d5f7582

Please sign in to comment.