Skip to content

Commit

Permalink
vite 4 support (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Dec 15, 2022
1 parent 3d7e9fd commit c9b8582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function installInertiaVueStack()
'@inertiajs/inertia-vue3' => '^0.6.0',
'@inertiajs/progress' => '^0.2.7',
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-vue' => '^3.0.0',
'@vitejs/plugin-vue' => '^4.0.0',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'tailwindcss' => '^3.2.1',
Expand Down Expand Up @@ -151,7 +151,7 @@ protected function installInertiaReactStack()
'@inertiajs/inertia-react' => '^0.8.1',
'@inertiajs/progress' => '^0.2.6',
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-react' => '^2.0.0',
'@vitejs/plugin-react' => '^3.0.0',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'tailwindcss' => '^3.2.1',
Expand Down

0 comments on commit c9b8582

Please sign in to comment.