Skip to content

Commit dd182e9

Browse files
authored
Merge pull request #7 from sanampatel/master
Updated to beta 30 and jQuery 3.2.1
2 parents 7e55733 + 42c8e16 commit dd182e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UIKit3Preset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected static function removeOtherFrameworks()
4343
*/
4444
protected static function updatePackageArray(array $packages)
4545
{
46-
return ['uikit' => '^3.0.0-beta.27', 'jquery' => '^3.1.1' ] + Arr::except($packages, [
46+
return ['uikit' => '^3.0.0-beta.30', 'jquery' => '^3.2.1' ] + Arr::except($packages, [
4747
'bootstrap-sass'
4848
]);
4949
}

0 commit comments

Comments
 (0)