mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
chore(v2): pin exact dependency versions (#3386)
* Attempt to pin all dependency versions exactly for https://github.com/facebook/docusaurus/issues/3371 * warn if @docusaurus package versions mismatch * fix yarn lock
This commit is contained in:
parent
e8e16a45d3
commit
ab3ebdad39
28 changed files with 124 additions and 86 deletions
|
@ -9,7 +9,8 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docsearch/react": "^1.0.0-alpha.27",
|
||||
"@docusaurus/utils": "^2.0.0-alpha.62",
|
||||
"@docusaurus/core": "2.0.0-alpha.62",
|
||||
"@docusaurus/utils": "2.0.0-alpha.62",
|
||||
"@hapi/joi": "^17.1.1",
|
||||
"algoliasearch": "^4.0.0",
|
||||
"algoliasearch-helper": "^3.1.1",
|
||||
|
@ -18,7 +19,6 @@
|
|||
"lodash": "^4.17.19"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue