Skip to content

Commit 9aa6930

Browse files
authored
bump bootstrap version to latest (#237)
1 parent c91ce1f commit 9aa6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presets/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function install()
2929
protected static function updatePackageArray(array $packages)
3030
{
3131
return [
32-
'bootstrap' => '^5.1.3',
32+
'bootstrap' => '^5.2.1',
3333
'@popperjs/core' => '^2.10.2',
3434
'sass' => '^1.32.11',
3535
] + $packages;

0 commit comments

Comments
 (0)