diff --git a/src/Console/InstallsInertiaStacks.php b/src/Console/InstallsInertiaStacks.php index 4eadc7e5a..30feabfde 100644 --- a/src/Console/InstallsInertiaStacks.php +++ b/src/Console/InstallsInertiaStacks.php @@ -19,7 +19,7 @@ protected function installInertiaVueStack() // NPM Packages... $this->updateNodePackages(function ($packages) { return [ - '@inertiajs/inertia' => '^0.10.0', + '@inertiajs/inertia' => '^0.11.0', '@inertiajs/inertia-vue3' => '^0.6.0', '@inertiajs/progress' => '^0.2.6', '@tailwindcss/forms' => '^0.4.0',