Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/1267#discussion_r235436584
--- Diff: metron-interface/metron-config/package.json ---
@@ -40,14 +40,14 @@
"@types/node": "^10.9.4",
"@types/tether": "^1.1.27",
"ace-builds": "^1.2.5",
- "bootstrap": "4.0.0-alpha.5",
+ "bootstrap": "^4.1.3",
"core-js": "^2.5.7",
"font-awesome": "^4.6.3",
"jquery": "^3.3.1",
"karma-phantomjs-launcher": "^1.0.4",
+ "popper.js": "^1.14.4",
--- End diff --
@nickwallen check out the contributor comments. It's MIT licensed and
because bootstrap changed it's underlying library, not a choice @sardell had to
make if my understanding is correct.
---