Skip to content

Commit 07405bf

Browse files
authored
Merge pull request #1792 from roots/bs4-alpha-6
Update to Bootstrap 4 Alpha 6
2 parents e6d187c + 6f6ac94 commit 07405bf

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### HEAD
2+
* Update to Bootstrap 4 Alpha 6 ([#1792](https://github.com/roots/sage/pull/1792))
23
* Add Blade ([#1765](https://github.com/roots/sage/pull/1765) and [#1777](https://github.com/roots/sage/pull/1777))
34
* Remove sidebar defaults ([#1760](https://github.com/roots/sage/pull/1760))
45
* Remove post formats ([#1759](https://github.com/roots/sage/pull/1759))

assets/styles/common/_variables.scss

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Colors
22
$brand-primary: #27ae60;
33

4-
// Global options
5-
$enable-flex: true;
6-
74
// Grid settings
85
$main-sm-columns: 12;
96
$sidebar-sm-columns: 4;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"webpack-hot-middleware": "^2.13.1"
7272
},
7373
"dependencies": {
74-
"bootstrap": "^4.0.0-alpha.5",
74+
"bootstrap": "^4.0.0-alpha.6",
7575
"font-awesome": "^4.7.0",
7676
"jquery": "1.12.4 - 3"
7777
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,12 @@ [email protected]:
422422
dependencies:
423423
hoek "2.x.x"
424424

425-
bootstrap@^4.0.0-alpha.5:
426-
version "4.0.0-alpha.5"
427-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.5.tgz#a126b648c3bd2f52b8fad4bbc5e2d0ad2abf7064"
425+
bootstrap@^4.0.0-alpha.6:
426+
version "4.0.0-alpha.6"
427+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-alpha.6.tgz#4f54dd33ac0deac3b28407bc2df7ec608869c9c8"
428428
dependencies:
429-
jquery "1.9.1 - 3"
430-
tether "^1.3.7"
429+
jquery ">=1.9.1"
430+
tether "^1.4.0"
431431

432432
brace-expansion@^1.0.0:
433433
version "1.1.6"
@@ -2726,7 +2726,7 @@ jpegtran-bin@^3.0.0:
27262726
bin-wrapper "^3.0.0"
27272727
logalot "^2.0.0"
27282728

2729-
2729+
"[email protected] - 3", jquery@>=1.9.1:
27302730
version "3.1.1"
27312731
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"
27322732

@@ -4901,9 +4901,9 @@ tempfile@^1.0.0:
49014901
os-tmpdir "^1.0.0"
49024902
uuid "^2.0.1"
49034903

4904-
tether@^1.3.7:
4905-
version "1.3.7"
4906-
resolved "https://registry.yarnpkg.com/tether/-/tether-1.3.7.tgz#65578104741694f9672c808eae04a9adae7b0304"
4904+
tether@^1.4.0:
4905+
version "1.4.0"
4906+
resolved "https://registry.yarnpkg.com/tether/-/tether-1.4.0.tgz#0f9fa171f75bf58485d8149e94799d7ae74d1c1a"
49074907

49084908
text-table@~0.2.0:
49094909
version "0.2.0"

0 commit comments

Comments
 (0)