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:
Sébastien Lorber 2020-09-02 11:42:17 +02:00 committed by GitHub
parent e8e16a45d3
commit ab3ebdad39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 124 additions and 86 deletions

View file

@ -8,6 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.62",
"@philpl/buble": "^0.19.7",
"clsx": "^1.1.1",
"parse-numeric-range": "^0.0.2",
@ -15,7 +16,6 @@
"react-live": "^2.2.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},