Skip to content

Commit 9615039

Browse files
committed
chore: packages versions upgraded
1 parent 8a8c65e commit 9615039

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/AdminLTEPreset.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public function __construct(Command $command, $isFortify = false)
3333
protected static function updatePackageArray(array $packages)
3434
{
3535
return [
36-
'bootstrap' => '^4.0.0',
37-
'jquery' => '^3.2',
38-
'popper.js' => '^1.12',
39-
'admin-lte' => '^3.0',
40-
'sass' => '^1.15.2',
41-
'sass-loader' => '^8.0.0',
42-
] + $packages;
36+
'bootstrap' => '^4.6.0',
37+
'jquery' => '^3.6',
38+
'popper.js' => '^1.16',
39+
'admin-lte' => '^3.1',
40+
'sass' => '^1.32.11',
41+
'sass-loader' => '^11.0.1',
42+
] + $packages;
4343
}
4444

4545
public function install()

0 commit comments

Comments
 (0)