Skip to content

Commit e1151ee

Browse files
committed
fix: peer deps
1 parent 9357593 commit e1151ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
}
5656
},
5757
"peerDependencies": {
58-
"@emotion/react": "^11.13.0",
58+
"@emotion/react": "^11.13.0",
5959
"@emotion/styled": "^11.13.0",
6060
"@mui/material": "^6.0.0",
61-
"@types/react": "^18.0.0 | ^19.0.0",
62-
"react": "^18.0.0 | ^19.0.0",
63-
"react-dom": "^18.0.0 | ^19.0.0"
61+
"@types/react": "^18.0.0 || ^19.0.0",
62+
"react": "^18.0.0 || ^19.0.0",
63+
"react-dom": "^18.0.0 || ^19.0.0"
6464
},
6565
"peerDependenciesMeta": {
6666
"@types/react": {

0 commit comments

Comments
 (0)