Skip to content

Commit 4351624

Browse files
committed
[grid] Migrating Material UI to v5
1 parent 772f7fe commit 4351624

30 files changed

+1480
-511
lines changed

javascript/grid-ui/.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
extends: [
33
'react-app'
4-
],
4+
]
55
}

javascript/grid-ui/BUILD.bazel

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ _RUNTIME_DEPS = [
88
":copy_static_files",
99
"@npm//@apollo/client",
1010
"@npm//@babel/preset-react",
11-
"@npm//@material-ui/core",
12-
"@npm//@material-ui/icons",
11+
"@npm//@emotion/react",
12+
"@npm//@emotion/styled",
13+
"@npm//@mui/icons-material",
14+
"@npm//@mui/material",
15+
"@npm//@mui/styles",
1316
"@npm//@novnc/novnc",
1417
"@npm//clsx",
1518
"@npm//graphql",

0 commit comments

Comments
 (0)