We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba15f9 commit 9c9928bCopy full SHA for 9c9928b
src/Presets/Vue.php
@@ -31,7 +31,7 @@ public static function install()
31
protected static function updatePackageArray(array $packages)
32
{
33
return [
34
- '@vitejs/plugin-vue' => '^3.0.1',
+ '@vitejs/plugin-vue' => '^4.0.0',
35
'vue' => '^3.2.37',
36
] + Arr::except($packages, [
37
'@vitejs/plugin-react',
0 commit comments