Skip to content

Commit 125b596

Browse files
committed
build: add @mui/material, @mui/icons-material and @mui/styles with emotion
1 parent 241751c commit 125b596

File tree

2 files changed

+352
-116
lines changed

2 files changed

+352
-116
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"lint": "next lint"
1313
},
1414
"dependencies": {
15-
"@material-ui/core": "^4.12.3",
15+
"@emotion/react": "^11.4.1",
16+
"@emotion/styled": "^11.3.0",
17+
"@mui/icons-material": "^5.0.3",
18+
"@mui/material": "^5.0.3",
19+
"@mui/styles": "^5.0.1",
1620
"firebase": "^9.1.2",
1721
"next": "^11.1.2",
1822
"react": "^17.0.2",

0 commit comments

Comments
 (0)