File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ public static function install()
29
29
protected static function updatePackageArray (array $ packages )
30
30
{
31
31
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 ' ,
37
37
] + $ packages ;
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public static function install()
31
31
protected static function updatePackageArray (array $ packages )
32
32
{
33
33
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 ' ,
37
37
] + Arr::except ($ packages , ['vue ' , 'vue-template-compiler ' ]);
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ public static function install()
31
31
protected static function updatePackageArray (array $ packages )
32
32
{
33
33
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 ' ,
39
39
] + Arr::except ($ packages , [
40
40
'@babel/preset-react ' ,
41
41
'react ' ,
You can’t perform that action at this time.
0 commit comments