Skip to content

Commit

Permalink
fix(lerna): downgrade Lerna to previous version to fix thread leaking (
Browse files Browse the repository at this point in the history
…#281)

- upgrading to latest version of Lerna 4.0.0 has a major side effect of NodeJS threads not being disposed after stopping the project
  • Loading branch information
ghiscoding committed Mar 6, 2021
1 parent c6e9c3e commit ffde71c
Show file tree
Hide file tree
Showing 2 changed files with 1,600 additions and 1,280 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"jest-junit": "^12.0.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"lerna": "^4.0.0",
"lerna": "^3.22.1",
"mocha": "^8.3.0",
"mochawesome": "^6.2.2",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit ffde71c

Please sign in to comment.