Skip to content

Commit

Permalink
chore: packages versions upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Jul 7, 2021
1 parent 8a8c65e commit 9615039
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/AdminLTEPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9615039

Please sign in to comment.