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

@ -169,7 +169,7 @@ If all accesses are available, build all the necessary packages, and then run th
```sh
yarn build:packages
yarn lerna publish 2.0.0-alpha.41 --dist-tag next
yarn lerna publish 2.0.0-alpha.41 --dist-tag next --exact
```
**Note**: The v1 packages will also be modified because it's part of the monorepo. It is not ideal but we will live with it for now.\_