mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 16:00:29 +02:00
fix: pin react-live due to possible mismatch React (#5556)
This commit is contained in:
parent
a839966cd2
commit
ba402e9e63
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
"clsx": "^1.1.1",
|
||||
"parse-numeric-range": "^1.2.0",
|
||||
"prism-react-renderer": "^1.2.1",
|
||||
"react-live": "^2.2.3"
|
||||
"react-live": "2.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
|
|
|
@ -16642,7 +16642,7 @@ react-lifecycles-compat@^3.0.4:
|
|||
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
|
||||
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
|
||||
|
||||
react-live@^2.2.3:
|
||||
react-live@2.2.3:
|
||||
version "2.2.3"
|
||||
resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.2.3.tgz#260f99194213799f0005e473e7a4154c699d6a7c"
|
||||
integrity sha512-tpKruvfytNETuzO3o1mrQUj180GVrq35IE8F5gH1NJVPt4szYCx83/dOSCOyjgRhhc3gQvl0pQ3k/CjOjwJkKQ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue