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