Skip to content

Commit

Permalink
update lerna, to fix issue with cyclic dependencies
Browse files Browse the repository at this point in the history
because of bug in lerna some dependencies might be installed from npm instead of linking to package in monorepo
fix: lerna/lerna#2380
  • Loading branch information
zxbodya committed May 18, 2020
1 parent 2f31ecf commit cf048bd
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"gulp-plumber": "^1.2.1",
"husky": "^3.0.0",
"jest": "^24.9.0",
"lerna": "^3.19.0",
"lerna": "^3.21.0",
"lerna-changelog": "^0.5.0",
"lint-staged": "^9.2.0",
"lodash": "^4.17.13",
Expand Down

0 comments on commit cf048bd

Please sign in to comment.