Skip to content

Commit

Permalink
Update required dependencies (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Dec 19, 2023
1 parent da03314 commit d166e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Presets/React.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
return [
'@vitejs/plugin-react' => '^2.2.0',
'@vitejs/plugin-react' => '^4.2.0',
'react' => '^18.2.0',
'react-dom' => '^18.2.0',
] + Arr::except($packages, [
Expand Down
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' => '^4.0.0',
'@vitejs/plugin-vue' => '^4.5.0',
'vue' => '^3.2.37',
] + Arr::except($packages, [
'@vitejs/plugin-react',
Expand Down

0 comments on commit d166e09

Please sign in to comment.