Skip to content

Commit 9c9928b

Browse files
asherawelanAsher Awelan
and
Asher Awelan
authored
Updated vue plugin, as older version causing npm install dependency issues. (#245)
Co-authored-by: Asher Awelan <[email protected]>
1 parent 2ba15f9 commit 9c9928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presets/Vue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function install()
3131
protected static function updatePackageArray(array $packages)
3232
{
3333
return [
34-
'@vitejs/plugin-vue' => '^3.0.1',
34+
'@vitejs/plugin-vue' => '^4.0.0',
3535
'vue' => '^3.2.37',
3636
] + Arr::except($packages, [
3737
'@vitejs/plugin-react',

0 commit comments

Comments
 (0)