From 2e726481d746e16b5ed84b66720394dbabf90892 Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Mon, 24 Oct 2022 09:39:17 +0100 Subject: [PATCH] [1.x]: Bumpp React and Vue Dependencies (#197) --- src/Console/InstallsInertiaStacks.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Console/InstallsInertiaStacks.php b/src/Console/InstallsInertiaStacks.php index a925a1ec6..9130ddc36 100644 --- a/src/Console/InstallsInertiaStacks.php +++ b/src/Console/InstallsInertiaStacks.php @@ -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; }); @@ -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;