Skip to content

Commit d166e09

Browse files
authored
Update required dependencies (#258)
1 parent da03314 commit d166e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Presets/React.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function install()
3232
protected static function updatePackageArray(array $packages)
3333
{
3434
return [
35-
'@vitejs/plugin-react' => '^2.2.0',
35+
'@vitejs/plugin-react' => '^4.2.0',
3636
'react' => '^18.2.0',
3737
'react-dom' => '^18.2.0',
3838
] + Arr::except($packages, [

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' => '^4.0.0',
34+
'@vitejs/plugin-vue' => '^4.5.0',
3535
'vue' => '^3.2.37',
3636
] + Arr::except($packages, [
3737
'@vitejs/plugin-react',

0 commit comments

Comments
 (0)