summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-02-12 09:08:39 +0100
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-02-12 09:08:39 +0100
commitd0fc4329aa47fa3fdcc3a9f3af31e977ad21b979 (patch)
treee3083ab63c06a3bd228f4264e8c21ffdbdb205d7 /sdnr/wt/odlux/package.json
parent06fb529a84d4e7d70b3aca68c33b2980049d5973 (diff)
Update odlux
Fix scrolling and resizing bug in all tables, update the ui, minior bugfixes Issue-ID: SDNC-1067 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I6322d5f612dcbc0c044b4b67ef3c73d6d2c90949
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r--sdnr/wt/odlux/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json
index 5d4714dac..c6acd563c 100644
--- a/sdnr/wt/odlux/package.json
+++ b/sdnr/wt/odlux/package.json
@@ -14,7 +14,7 @@
"@fortawesome/fontawesome-svg-core": "1.2.12",
"@fortawesome/free-solid-svg-icons": "5.6.3",
"@fortawesome/react-fontawesome": "0.1.3",
- "@material-ui/core": "4.6.1",
+ "@material-ui/core": "4.9.0",
"@material-ui/icons": "4.5.1",
"@types/classnames": "2.2.6",
"@types/flux": "3.1.8",
@@ -27,13 +27,15 @@
"@types/react-transition-group": "2.0.15",
"@types/x2js": "3.1.0",
"classnames": "2.2.6",
+ "csstype": "2.6.8",
"jquery": "3.3.1",
"jsonwebtoken": "8.3.0",
+ "jss": "10.0.3",
"lerna": "3.13.1",
"notistack": "0.9.6",
"prop-types": "15.7.2",
- "react": "16.11.0",
- "react-dom": "16.11.0",
+ "react": "16.12.0",
+ "react-dom": "16.12.0",
"react-router-dom": "4.3.1",
"react-transition-group": "4.3.0",
"x2js": "3.2.3"