diff --git a/src/Console/InstallsInertiaStacks.php b/src/Console/InstallsInertiaStacks.php index 45083bbaa..339dabd35 100644 --- a/src/Console/InstallsInertiaStacks.php +++ b/src/Console/InstallsInertiaStacks.php @@ -24,7 +24,7 @@ protected function installInertiaVueStack() return [ '@inertiajs/vue3' => '^1.0.0', '@tailwindcss/forms' => '^0.5.3', - '@vitejs/plugin-vue' => '^4.0.0', + '@vitejs/plugin-vue' => '^4.5.0', 'autoprefixer' => '^10.4.12', 'postcss' => '^8.4.31', 'tailwindcss' => '^3.2.1', @@ -189,7 +189,7 @@ protected function installInertiaReactStack() '@headlessui/react' => '^1.4.2', '@inertiajs/react' => '^1.0.0', '@tailwindcss/forms' => '^0.5.3', - '@vitejs/plugin-react' => '^4.0.3', + '@vitejs/plugin-react' => '^4.2.0', 'autoprefixer' => '^10.4.12', 'postcss' => '^8.4.31', 'tailwindcss' => '^3.2.1',