diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-09-11 15:15:51 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-09-11 15:15:51 -0500 |
commit | 8ee157eb4d7c792419ab99106c72cc46ef6dbb50 (patch) | |
tree | 35333113cd2032e5c0abdcbbc765b1c080d0193d /yarn.lock | |
parent | e91dc8f4badfdb4742d1662f34edd85f43fb317f (diff) | |
download | gitlab-ce-8ee157eb4d7c792419ab99106c72cc46ef6dbb50.tar.gz |
Explicitly use bootstrap 4.1.1
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index 97aef77cb56..57ec6096549 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1268,9 +1268,13 @@ bootstrap-vue@^2.0.0-rc.11: popper.js "^1.12.9" vue-functional-data-merge "^2.0.5" -bootstrap@^4.1.1, bootstrap@~4.1.1: - version "4.1.2" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.2.tgz#aee2a93472e61c471fc79fb475531dcbc87de326" +bootstrap@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.1.tgz#3aec85000fa619085da8d2e4983dfd67cf2114cb" + +bootstrap@^4.1.1: + version "4.1.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be" boxen@^1.2.1: version "1.3.0" |