Skip to content

Commit 613e26d

Browse files
authored
Update dependencies (#203)
* Update Vue.php Update dependencys object-path high severity vulnerability see: bholloway/resolve-url-loader#170 * Update React.php dependencies * Update Bootstrap.php dependencies
1 parent e19f10b commit 613e26d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/Presets/Bootstrap.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public static function install()
2929
protected static function updatePackageArray(array $packages)
3030
{
3131
return [
32-
'bootstrap' => '^4.0.0',
33-
'jquery' => '^3.2',
34-
'popper.js' => '^1.12',
35-
'sass' => '^1.15.2',
36-
'sass-loader' => '^8.0.0',
32+
'bootstrap' => '^4.6.0',
33+
'jquery' => '^3.6',
34+
'popper.js' => '^1.16.1',
35+
'sass' => '^1.32.11',
36+
'sass-loader' => '^11.0.1',
3737
] + $packages;
3838
}
3939

src/Presets/React.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public static function install()
3131
protected static function updatePackageArray(array $packages)
3232
{
3333
return [
34-
'@babel/preset-react' => '^7.0.0',
35-
'react' => '^16.2.0',
36-
'react-dom' => '^16.2.0',
34+
'@babel/preset-react' => '^7.13.13',
35+
'react' => '^17.0.2',
36+
'react-dom' => '^17.0.2',
3737
] + Arr::except($packages, ['vue', 'vue-template-compiler']);
3838
}
3939

src/Presets/Vue.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ public static function install()
3131
protected static function updatePackageArray(array $packages)
3232
{
3333
return [
34-
'resolve-url-loader' => '^2.3.1',
35-
'sass' => '^1.20.1',
36-
'sass-loader' => '^8.0.0',
37-
'vue' => '^2.5.17',
38-
'vue-template-compiler' => '^2.6.10',
34+
'resolve-url-loader' => '^3.1.2',
35+
'sass' => '^1.32.11',
36+
'sass-loader' => '^11.0.1',
37+
'vue' => '^2.6.12',
38+
'vue-template-compiler' => '^2.6.12',
3939
] + Arr::except($packages, [
4040
'@babel/preset-react',
4141
'react',

0 commit comments

Comments
 (0)