mirror of https://github.com/acid-info/lsd.git
fix: fix peer dependency versions
This commit is contained in:
parent
5f9805c3f7
commit
cff8e480cf
|
@ -53,7 +53,7 @@
|
|||
"peerDependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0"
|
||||
"react": "17.x || 18.x",
|
||||
"react-dom": "17.x || 18.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue