We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91ce1f commit 9aa6930Copy full SHA for 9aa6930
src/Presets/Bootstrap.php
@@ -29,7 +29,7 @@ public static function install()
29
protected static function updatePackageArray(array $packages)
30
{
31
return [
32
- 'bootstrap' => '^5.1.3',
+ 'bootstrap' => '^5.2.1',
33
'@popperjs/core' => '^2.10.2',
34
'sass' => '^1.32.11',
35
] + $packages;
0 commit comments