Skip to content

Commit 3b29fa6

Browse files
Replace dependency @material-ui/core with @mui/material
1 parent aa98bfd commit 3b29fa6

File tree

3 files changed

+179
-190
lines changed

3 files changed

+179
-190
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
save=true
22
save-exact=true
3+

web-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"proxy": "http://localhost:3001",
1616
"dependencies": {
17-
"@material-ui/core": "4.12.3",
17+
"@mui/material": "5.0.0",
1818
"classnames": "2.3.1",
1919
"lodash.groupby": "4.6.0",
2020
"lodash.uniq": "4.5.0",

0 commit comments

Comments
 (0)