Skip to content

Commit 5401c6a

Browse files
committed
Add @emotion/react+styled peer dependencies to React Material
1 parent 273d33e commit 5401c6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/material/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
"@jsonforms/react": "^3.0.0-beta.0",
7979
"@mui/icons-material": "^5.0.0",
8080
"@mui/lab": "^5.0.0-alpha.54",
81-
"@mui/material": "^5.0.0"
81+
"@mui/material": "^5.0.0",
82+
"@emotion/react": "^11.5.0",
83+
"@emotion/styled": "^11.3.0"
8284
},
8385
"devDependencies": {
8486
"@emotion/react": "^11.5.0",

0 commit comments

Comments
 (0)