mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): fix wrong dependency problem (#1460)
This commit is contained in:
parent
8055d59131
commit
4a30bf8947
15 changed files with 11 additions and 17 deletions
|
@ -11,7 +11,7 @@
|
|||
"docsearch.js": "^2.5.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
"@docusaurus/core": "^2.0.0-alpha.14",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue