Fix table pagination issue
The pagination issue was due to a bug in the material-ui javascript lib
Issue-ID: CLAMP-803
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9a9cf3ee373528a343f72b6c625326554ffd9965
diff --git a/ui-react/package.json b/ui-react/package.json
index 73598ec..883a441 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -33,9 +33,9 @@
"bootstrap-css-only": "4.3.1",
"styled-components": "4.3.2",
"react-router-dom": "5.0.1",
- "@material-ui/core": "4.6.0",
- "@material-ui/icons": "4.5.1",
- "material-table": "1.53.0",
+ "@material-ui/core": "4.9.11",
+ "@material-ui/icons": "4.9.1",
+ "material-table": "1.57.2",
"react-select": "3.0.8"
},
"devDependencies": {