aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-22 18:41:38 +0200
committersebdet <sebastien.determe@intl.att.com>2019-10-23 10:51:01 +0200
commit982659df4b4add5a2f7e933f44a651c8c3508cef (patch)
treedc4dc893df8ee55c380f250659f82122f9eba538
parentbd8a7bfe9933a87c2345d982c98fd434368272b2 (diff)
Update React libraries
Update the libraries so that we can verify in nexus iq that it's ok + skip the npm buil for now Issue-ID: CLAMP-450 Change-Id: Id4f0cde100ed8e1d44763d7b70791a736c52a1d6 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
-rw-r--r--ui-react/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui-react/package.json b/ui-react/package.json
index f1b111f8f..dbe394174 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -34,7 +34,10 @@
"bootstrap-css-only": "4.3.1",
"styled-components": "4.3.2",
"react-router-dom": "5.0.1",
- "react-select": "3.0.4"
+ "react-select": "3.0.4",
+ "@material-ui/core": "4.3.2",
+ "@material-ui/icons": "4.2.1",
+ "material-table": "1.48.0"
},
"devDependencies": {
"jest": "24.8.0",
@@ -64,7 +67,7 @@
"lcov"
],
"moduleNameMapper": {
- "\\.(css|png)$": "identity-obj-proxy"
+ "\\.(css|png)$": "identity-obj-proxy"
},
"setupFiles": [
"./src/setupTests.js"