Skip to content

Commit 9c45b90

Browse files
committed
fix: move mui to peerDependencies
1 parent 5616257 commit 9c45b90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"build": "tsc && rollup -c rollup.config.ts --configPlugin swc3"
6262
},
6363
"dependencies": {
64-
"@mui/material": "^5.12.0",
6564
"clsx": "^1.2.1",
6665
"copy-to-clipboard": "^3.3.3",
6766
"zustand": "^4.3.7"
@@ -73,6 +72,7 @@
7372
"peerDependencies": {
7473
"@emotion/react": "^11",
7574
"@emotion/styled": "^11",
75+
"@mui/material": "^5",
7676
"react": "^17 || ^18",
7777
"react-dom": "^17 || ^18"
7878
},
@@ -81,6 +81,7 @@
8181
"@commitlint/config-angular": "^17.4.4",
8282
"@emotion/react": "^11.10.6",
8383
"@emotion/styled": "^11.10.6",
84+
"@mui/material": "^5.12.0",
8485
"@rollup/plugin-alias": "^4.0.3",
8586
"@rollup/plugin-commonjs": "^24.1.0",
8687
"@rollup/plugin-node-resolve": "^15.0.1",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ __metadata:
17371737
peerDependencies:
17381738
"@emotion/react": ^11
17391739
"@emotion/styled": ^11
1740+
"@mui/material": ^5
17401741
react: ^17 || ^18
17411742
react-dom: ^17 || ^18
17421743
languageName: unknown

0 commit comments

Comments
 (0)