diff --git a/src/AdminLTEPreset.php b/src/AdminLTEPreset.php index 5a9922a..63fe99a 100644 --- a/src/AdminLTEPreset.php +++ b/src/AdminLTEPreset.php @@ -33,13 +33,13 @@ public function __construct(Command $command, $isFortify = false) protected static function updatePackageArray(array $packages) { return [ - 'bootstrap' => '^4.0.0', - 'jquery' => '^3.2', - 'popper.js' => '^1.12', - 'admin-lte' => '^3.0', - 'sass' => '^1.15.2', - 'sass-loader' => '^8.0.0', - ] + $packages; + 'bootstrap' => '^4.6.0', + 'jquery' => '^3.6', + 'popper.js' => '^1.16', + 'admin-lte' => '^3.1', + 'sass' => '^1.32.11', + 'sass-loader' => '^11.0.1', + ] + $packages; } public function install()