Updated material-ui dependencies to mui 5 & fixed issues with migration (#1119)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2021-10-21 20:20:27 -05:00
committed by GitHub
parent caa282f003
commit 3fabfb96c9
304 changed files with 2325 additions and 2113 deletions

View File

@@ -1,4 +1,4 @@
FROM node:10 as uilayer
FROM node:14 as uilayer
WORKDIR /app