Skip to content

Commit

Permalink
Updated vue plugin, as older version causing npm install dependency i…
Browse files Browse the repository at this point in the history
…ssues. (#245)

Co-authored-by: Asher Awelan <asher.awelan@sykescottages.co.uk>
  • Loading branch information
asherawelan and Asher Awelan authored Jan 5, 2023
1 parent 2ba15f9 commit 9c9928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Vue.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
return [
'@vitejs/plugin-vue' => '^3.0.1',
'@vitejs/plugin-vue' => '^4.0.0',
'vue' => '^3.2.37',
] + Arr::except($packages, [
'@vitejs/plugin-react',
Expand Down

0 comments on commit 9c9928b

Please sign in to comment.