mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +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
|
@ -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.\_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue