We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101089f commit 739b849Copy full SHA for 739b849
src/Console/FrontendPackages.php
@@ -28,7 +28,7 @@ protected function installFrontendPackages()
28
'eslint' => '^v8.56.0',
29
'eslint-config-prettier' => '^9.1.0',
30
'eslint-plugin-vue' => '^v9.19.2',
31
- 'laravel-vite-plugin' => '^v0.8.1',
+ 'laravel-vite-plugin' => '^v1.0.0',
32
33
'postcss' => '^8.4.32',
34
'postcss-import' => '^15.1.0',
@@ -49,7 +49,7 @@ protected function installFrontendPackages()
49
'remixicon' => '^4.0.1',
50
'tailwindcss' => '^3.3.7',
51
'unplugin-vue-components' => '^0.26.0',
52
- 'vite' => '^4.5.1',
+ 'vite' => '^5.0.10',
53
'vue' => '^3.3.13',
54
55
] + $packages);
0 commit comments