Skip to content

Commit 8c6ae2a

Browse files
committed
fix: packages fixes
1 parent a8aa471 commit 8c6ae2a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/AdminLTEPreset.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ public function __construct(Command $command, $isFortify = false)
3333
protected static function updatePackageArray(array $packages)
3434
{
3535
return [
36-
'bootstrap' => '^4.6.1',
37-
'admin-lte' => '^3.2',
38-
'sass' => '^1.32.11',
39-
'sass-loader' => '^11.0.1',
36+
'bootstrap' => '^4.6.0',
37+
'jquery' => '^3.6',
38+
'popper.js' => '^1.16.1',
39+
'admin-lte' => '3.1.0',
40+
'sass' => '^1.15.2',
41+
'sass-loader' => '^8.0.0',
4042
] + $packages;
4143
}
4244

0 commit comments

Comments
 (0)