Skip to content

Commit 790559c

Browse files
authored
vite 4 support (#1193)
1 parent dfc3ffc commit 790559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ protected function installInertiaStack()
321321
'@inertiajs/progress' => '^0.2.7',
322322
'@tailwindcss/forms' => '^0.5.2',
323323
'@tailwindcss/typography' => '^0.5.2',
324-
'@vitejs/plugin-vue' => '^3.0.0',
324+
'@vitejs/plugin-vue' => '^4.0.0',
325325
'autoprefixer' => '^10.4.7',
326326
'postcss' => '^8.4.14',
327327
'tailwindcss' => '^3.1.0',

0 commit comments

Comments
 (0)