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.
2 parents 7e55733 + 42c8e16 commit dd182e9Copy full SHA for dd182e9
src/UIKit3Preset.php
@@ -43,7 +43,7 @@ protected static function removeOtherFrameworks()
43
*/
44
protected static function updatePackageArray(array $packages)
45
{
46
- return ['uikit' => '^3.0.0-beta.27', 'jquery' => '^3.1.1' ] + Arr::except($packages, [
+ return ['uikit' => '^3.0.0-beta.30', 'jquery' => '^3.2.1' ] + Arr::except($packages, [
47
'bootstrap-sass'
48
]);
49
}
0 commit comments