Update dependency lerna to v5 (#50876)

* Update dependency lerna to v5

* chore(lerna): make sure yarn installing missing nested deps. fix releaseDev script

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
renovate[bot] 2022-06-28 08:32:37 +02:00 committed by GitHub
parent b6a9b9804d
commit 4b994ca669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1054 additions and 729 deletions

View File

@ -69,6 +69,9 @@ packageExtensions:
react-resizable@3.0.4:
peerDependencies:
react-dom: 17.0.1
"@npmcli/run-script@4.1.3":
dependencies:
which: ^2.0.2
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs

View File

@ -32,7 +32,7 @@
"packages:publishLatest": "lerna publish from-package --contents dist --yes --no-verify-access",
"packages:publishNext": "lerna publish from-package --contents dist --dist-tag next --yes --no-verify-access",
"packages:publishTest": "lerna publish from-package --contents dist --dist-tag test --yes --no-verify-access",
"packages:publishDev": "lerna publish from-package --contents dist --dist-tag dev --yes --registry http://grafana-npm.local:4873 --force-publish=*",
"packages:publishDev": "lerna publish from-package --contents dist --dist-tag dev --yes --registry http://localhost:4873",
"packages:typecheck": "lerna run typecheck",
"packages:clean": "lerna run clean",
"precommit": "yarn run lint-staged",
@ -211,7 +211,7 @@
"jest-junit": "13.2.0",
"jest-matcher-utils": "28.1.0",
"jest-mock-console": "1.2.3",
"lerna": "^4.0.0",
"lerna": "5.1.6",
"lint-staged": "12.4.1",
"mini-css-extract-plugin": "2.6.0",
"mutationobserver-shim": "0.3.7",

1776
yarn.lock

File diff suppressed because it is too large Load Diff