Skip to content

Commit

Permalink
[1.x]: Bumpp React and Vue Dependencies (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored Oct 24, 2022
1 parent 05e97fe commit 2e72648
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ protected function installInertiaVueStack()
'@inertiajs/inertia' => '^0.11.0',
'@inertiajs/inertia-vue3' => '^0.6.0',
'@inertiajs/progress' => '^0.2.7',
'@tailwindcss/forms' => '^0.5.2',
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-vue' => '^3.0.0',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
'tailwindcss' => '^3.1.0',
'vue' => '^3.2.31',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'tailwindcss' => '^3.2.1',
'vue' => '^3.2.41',
] + $packages;
});

Expand Down Expand Up @@ -131,13 +131,13 @@ protected function installInertiaReactStack()
return [
'@headlessui/react' => '^1.4.2',
'@inertiajs/inertia' => '^0.11.0',
'@inertiajs/inertia-react' => '^0.8.0',
'@inertiajs/inertia-react' => '^0.8.1',
'@inertiajs/progress' => '^0.2.6',
'@tailwindcss/forms' => '^0.5.2',
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-react' => '^2.0.0',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
'tailwindcss' => '^3.1.0',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'tailwindcss' => '^3.2.1',
'react' => '^18.2.0',
'react-dom' => '^18.2.0',
] + $packages;
Expand Down

0 comments on commit 2e72648

Please sign in to comment.