summaryrefslogtreecommitdiffstats
path: root/dashboard/src/static/bower.json
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-06-21 15:11:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-06-21 15:11:29 +0000
commitc05b1d090b6848a7d4c34b8812b558dc22049f20 (patch)
tree551d803ceb9cf873bdf7f81de90fa5a1713b99cb /dashboard/src/static/bower.json
parentbf7986421192be9018c662e016fabb02d2dad0da (diff)
parent5bcbb9310d14bcef3afa11315abd2251fe4e4fc6 (diff)
Merge "Add bootstrap 4 support"
Diffstat (limited to 'dashboard/src/static/bower.json')
-rw-r--r--dashboard/src/static/bower.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/dashboard/src/static/bower.json b/dashboard/src/static/bower.json
index 9ae744a..dda786d 100644
--- a/dashboard/src/static/bower.json
+++ b/dashboard/src/static/bower.json
@@ -16,12 +16,14 @@
"tests"
],
"dependencies": {
- "eonasdan-bootstrap-datetimepicker": "^4.17.37",
"fullcalendar": "^2.9.0",
"jquery-migrate": "^3.0.0",
- "startbootstrap-sb-admin-2-blackrockdigital": "^3.3.7"
- },
- "resolutions": {
- "font-awesome": "~4.6.3"
+ "bootstrap": "4.3.1",
+ "popper.js": "1.14.3",
+ "Font-Awesome": "5.9.0",
+ "datatables.net": "1.10.19",
+ "datatables.net-bs4": "1.10.19",
+ "datatables.net-responsive": "2.1.1",
+ "datatables.net-responsive-bs4": "2.2.3"
}
}