diff --git a/src/Presets/Uikit.php b/src/Presets/Uikit.php index 61a2dfd..501bd40 100644 --- a/src/Presets/Uikit.php +++ b/src/Presets/Uikit.php @@ -70,7 +70,7 @@ protected static function updateBootstrapping(): void protected static function updatePackageArray(array $packages): array { - return ['uikit' => '^3.2.3'] + $packages; + return ['uikit' => '^3.3.0'] + $packages; } protected static function exportViews($views): void