diff --git a/docs/index.html b/docs/index.html index cf3fad7..c32fb00 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,8 +36,7 @@
This guide provides guidelines for UI elements, colors, and text for ADD web applications. The project is
based on
- Bootstrap 4.0 (BS4)
- beta. All BS4 helper classes and modifiers still apply.
+ Bootstrap 4.1 (BS4). All BS4 helper classes and modifiers still apply.
Some additional custom classes have also been added to this project and have been documented on their pages.
To Begin: Use the menu on the left to navigate to the sections of interest.
diff --git a/package-lock.json b/package-lock.json
index 1bd96de..a04da43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -282,9 +282,9 @@
}
},
"bootstrap": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.0.tgz",
- "integrity": "sha512-kCo82nE8qYVfOa/Z3hL98CPgPIEkh6iPdiJrUJMQ9n9r0+6PEET7cmhLlV0XVYmEj5QtKIOaSGMLxy5jSFhKog==",
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz",
+ "integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w==",
"dev": true
},
"boxen": {
@@ -2429,7 +2429,7 @@
},
"mkdirp": {
"version": "0.5.1",
- "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"dev": true,
"requires": {
diff --git a/package.json b/package.json
index f2121c8..21c4a76 100644
--- a/package.json
+++ b/package.json
@@ -6,12 +6,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
- "bootstrap": "^4.1.0",
+ "bootstrap": "^4.1.3",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4"
},
"peerDependencies": {
- "bootstrap": "^4.1.0"
+ "bootstrap": "^4.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",