Skip to content

Commit 442856e

Browse files
committed
fix: add @emotion/react and @emotion/styled as peer dependencies in package.json to fix transpilation issue
1 parent d93d059 commit 442856e

2 files changed

Lines changed: 217 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"format": "eslint --fix --cache --max-warnings=0"
3434
},
3535
"peerDependencies": {
36-
"@mui/material": ">=7.3"
36+
"@mui/material": ">=7.3",
37+
"@emotion/react": ">=11",
38+
"@emotion/styled": ">=11"
3739
},
3840
"devDependencies": {
3941
"@mui/material": "7.3.6",

0 commit comments

Comments
 (0)