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 e7a26cc commit ac94e59Copy full SHA for ac94e59
src/Presets/Bootstrap.php
@@ -29,9 +29,9 @@ public static function install()
29
protected static function updatePackageArray(array $packages)
30
{
31
return [
32
- 'bootstrap' => '^5.2.1',
33
- '@popperjs/core' => '^2.10.2',
34
- 'sass' => '^1.32.11',
+ 'bootstrap' => '^5.2.3',
+ '@popperjs/core' => '^2.11.6',
+ 'sass' => '^1.56.1',
35
] + $packages;
36
}
37
0 commit comments