-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove devDependency lerna #972
Conversation
Seems like there are also breaking changes for 7.0. Have you run |
Updated to lerna 8, removed unneeded/incompatible dependency, and ran lerna repair. |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
I think we can remove the dependency altogether. We mainly use lerna for publishing, but since we only have 2 packages at this point (core and hardhat-upgrades), we can publish them individually. |
Sounds good to me for now. We might reconsider if we ever release something for the incoming Stylus library (EVM compatible) |
Closes #929