File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 61
61
"build" : " tsc && rollup -c rollup.config.ts --configPlugin swc3"
62
62
},
63
63
"dependencies" : {
64
- "@mui/material" : " ^5.12.0" ,
65
64
"clsx" : " ^1.2.1" ,
66
65
"copy-to-clipboard" : " ^3.3.3" ,
67
66
"zustand" : " ^4.3.7"
73
72
"peerDependencies" : {
74
73
"@emotion/react" : " ^11" ,
75
74
"@emotion/styled" : " ^11" ,
75
+ "@mui/material" : " ^5" ,
76
76
"react" : " ^17 || ^18" ,
77
77
"react-dom" : " ^17 || ^18"
78
78
},
81
81
"@commitlint/config-angular" : " ^17.4.4" ,
82
82
"@emotion/react" : " ^11.10.6" ,
83
83
"@emotion/styled" : " ^11.10.6" ,
84
+ "@mui/material" : " ^5.12.0" ,
84
85
"@rollup/plugin-alias" : " ^4.0.3" ,
85
86
"@rollup/plugin-commonjs" : " ^24.1.0" ,
86
87
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
Original file line number Diff line number Diff line change @@ -1737,6 +1737,7 @@ __metadata:
1737
1737
peerDependencies :
1738
1738
" @emotion/react " : ^11
1739
1739
" @emotion/styled " : ^11
1740
+ " @mui/material " : ^5
1740
1741
react : ^17 || ^18
1741
1742
react-dom : ^17 || ^18
1742
1743
languageName : unknown
You can’t perform that action at this time.
0 commit comments