Skip to content

Commit

Permalink
[1.x] Bump Inertia version to match Spark (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaparade authored May 13, 2021
1 parent 28c674a commit 167989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function handle()
protected function installInertiaStack()
{
// Install Inertia...
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.3.5', 'laravel/sanctum:^2.6', 'tightenco/ziggy:^1.0');
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.4.1', 'laravel/sanctum:^2.6', 'tightenco/ziggy:^1.0');

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

0 comments on commit 167989a

Please sign in to comment.