Skip to content

Commit

Permalink
chore: Update lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
berstend committed Nov 24, 2019
1 parent 176c63a commit f10ddcd
Show file tree
Hide file tree
Showing 3 changed files with 1,961 additions and 1,340 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ rm -rf yarn.lock
yarn
yarn lerna bootstrap

# Update deps within packages (ineractive)
# Update deps within packages (interactive)
yarn lernaupdate
```
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
"packages/*"
],
"devDependencies": {
"lerna": "^3.11.0",
"lerna-update-wizard": "^0.11.1"
"lerna": "^3.19.0",
"lerna-update-wizard": "^0.17.4"
},
"resolutions": {
"**/fsevents": "^1.2.9"
},
"dependencies": {}
}
Loading

0 comments on commit f10ddcd

Please sign in to comment.