From 39d3ea9e7e3aceea4c93d5e3a141e5d71c5a9288 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 8 Dec 2022 10:22:55 +1100 Subject: [PATCH] vite 4 support --- src/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index fa58d4cd5..95a87347c 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -321,7 +321,7 @@ protected function installInertiaStack() '@inertiajs/progress' => '^0.2.7', '@tailwindcss/forms' => '^0.5.2', '@tailwindcss/typography' => '^0.5.2', - '@vitejs/plugin-vue' => '^3.0.0', + '@vitejs/plugin-vue' => '^4.0.0', 'autoprefixer' => '^10.4.7', 'postcss' => '^8.4.14', 'tailwindcss' => '^3.1.0',