Skip to content

Commit dd9cfa8

Browse files
fix(deps): replace dependency @material-ui/core with @mui/material 5.0.0
1 parent bbc959f commit dd9cfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "run-s lint build test:*"
2121
},
2222
"dependencies": {
23-
"@material-ui/core": "4.12.4",
23+
"@mui/material": "5.0.0",
2424
"@material-ui/styles": "4.11.5",
2525
"antd": "4.20.5",
2626
"chrome-extension-async": "3.4.1",

0 commit comments

Comments
 (0)