Skip to content

Commit

Permalink
Bump Bootstrap dependencies (#243)
Browse files Browse the repository at this point in the history
* Bump Bootstrap dependencies

* Use @checked directive

* reverse
  • Loading branch information
PerryvanderMeer authored Dec 5, 2022
1 parent e7a26cc commit ac94e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Presets/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
return [
'bootstrap' => '^5.2.1',
'@popperjs/core' => '^2.10.2',
'sass' => '^1.32.11',
'bootstrap' => '^5.2.3',
'@popperjs/core' => '^2.11.6',
'sass' => '^1.56.1',
] + $packages;
}

Expand Down

0 comments on commit ac94e59

Please sign in to comment.