summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-22 05:33:48 +0300
committerDerick Montague <derick.montague@ibm.com>2020-04-25 00:46:48 +0300
commit077e4a8093e4e1a30b8483d5bfa9b08cbaf6368d (patch)
tree14e8c23887b37114121e6bba1e5b925cf11b1830
parent791622bc08a510e4c8f059155e71f006476c5f59 (diff)
downloadwebui-vue-077e4a8093e4e1a30b8483d5bfa9b08cbaf6368d.tar.xz
Update bootstrap and bootstrap-vue
Update packages to bootstrap v4.4.1 and bootstrap-vue v2.12.0 to take advantage of latest features–including responsive fluid container layout. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Icba887feee6d79f4b63993e5328e89a4cbf5b87a
-rw-r--r--package-lock.json19
-rw-r--r--package.json4
2 files changed, 8 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json
index 23e041cd..0438c73f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3248,27 +3248,20 @@
"dev": true
},
"bootstrap": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
- "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
+ "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
},
"bootstrap-vue": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.5.0.tgz",
- "integrity": "sha512-LixZePxJqIkwsha2WAjAu7ZDH+oJ+JLxPGsl1SIbWebcEYZ+QtGx4JM2nR287t/0uWYGO+/oJ0KlaSO662VtLA==",
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.12.0.tgz",
+ "integrity": "sha512-cnW89Ig0OBbKTA6Hv8daijSWziNSDErAme9jTOmjBDtzqYAd9D4NCp0wDjfNRaZBojTRx/UR1SCatxP3bE+SMw==",
"requires": {
"@nuxt/opencollective": "^0.3.0",
"bootstrap": ">=4.4.1 <5.0.0",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue-functional-data-merge": "^3.1.0"
- },
- "dependencies": {
- "bootstrap": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
- "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
- }
}
},
"boxen": {
diff --git a/package.json b/package.json
index 83a591eb..66693b57 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,8 @@
"dependencies": {
"@carbon/icons-vue": "10.6.1",
"axios": "0.19.0",
- "bootstrap": "4.3.1",
- "bootstrap-vue": "2.5.0",
+ "bootstrap": "4.4.1",
+ "bootstrap-vue": "2.12.0",
"core-js": "3.3.2",
"js-cookie": "2.2.1",
"lodash": "4.17.15",