Skip to content

Commit

Permalink
[grid] Migrating Material UI to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 14, 2022
1 parent 772f7fe commit 4351624
Show file tree
Hide file tree
Showing 30 changed files with 1,480 additions and 511 deletions.
2 changes: 1 addition & 1 deletion javascript/grid-ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: [
'react-app'
],
]
}
7 changes: 5 additions & 2 deletions javascript/grid-ui/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ _RUNTIME_DEPS = [
":copy_static_files",
"@npm//@apollo/client",
"@npm//@babel/preset-react",
"@npm//@material-ui/core",
"@npm//@material-ui/icons",
"@npm//@emotion/react",
"@npm//@emotion/styled",
"@npm//@mui/icons-material",
"@npm//@mui/material",
"@npm//@mui/styles",
"@npm//@novnc/novnc",
"@npm//clsx",
"@npm//graphql",
Expand Down
Loading

0 comments on commit 4351624

Please sign in to comment.