Skip to content

Commit

Permalink
Update version requirement (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Dec 19, 2023
1 parent 43af1cb commit b0ac214
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 @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b0ac214

Please sign in to comment.