Skip to content

Commit

Permalink
feat: update inertiajs/inertia-laravel to ^0.6.3 (#1122)
Browse files Browse the repository at this point in the history
this release contains support for using the vite manifest for cache busting
  • Loading branch information
ashleyshenton authored Aug 15, 2022
1 parent 28968ff commit 02e6849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"laravel/fortify": "^1.12"
},
"require-dev": {
"inertiajs/inertia-laravel": "^0.5.2",
"inertiajs/inertia-laravel": "^0.6.3",
"laravel/sanctum": "^3.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ protected function livewireRouteDefinition()
protected function installInertiaStack()
{
// Install Inertia...
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.5.2', 'tightenco/ziggy:^1.0');
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.6.3', 'tightenco/ziggy:^1.0');

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

0 comments on commit 02e6849

Please sign in to comment.