Skip to content

Commit 739b849

Browse files
committed
Update Vite version
1 parent 101089f commit 739b849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/FrontendPackages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function installFrontendPackages()
2828
'eslint' => '^v8.56.0',
2929
'eslint-config-prettier' => '^9.1.0',
3030
'eslint-plugin-vue' => '^v9.19.2',
31-
'laravel-vite-plugin' => '^v0.8.1',
31+
'laravel-vite-plugin' => '^v1.0.0',
3232

3333
'postcss' => '^8.4.32',
3434
'postcss-import' => '^15.1.0',
@@ -49,7 +49,7 @@ protected function installFrontendPackages()
4949
'remixicon' => '^4.0.1',
5050
'tailwindcss' => '^3.3.7',
5151
'unplugin-vue-components' => '^0.26.0',
52-
'vite' => '^4.5.1',
52+
'vite' => '^5.0.10',
5353
'vue' => '^3.3.13',
5454

5555
] + $packages);

0 commit comments

Comments
 (0)