Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit a141ead

Browse files
committed
Update to UIkit 3.3.0
1 parent e0e3f32 commit a141ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presets/Uikit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected static function updateBootstrapping(): void
7070

7171
protected static function updatePackageArray(array $packages): array
7272
{
73-
return ['uikit' => '^3.2.3'] + $packages;
73+
return ['uikit' => '^3.3.0'] + $packages;
7474
}
7575

7676
protected static function exportViews($views): void

0 commit comments

Comments
 (0)