Update dependency lerna to v4
Compare changes
Files
2+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
lerna | devDependencies | major | ^3.22.1 -> ^4.0.0 |
v4.0.0
lazy
named export is now a proper static method of Package
.Here's the gnarly one-liner I used to make these changes:
npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"
(requires npm i -g json
beforehand)
This MR has been generated by Renovate Bot.