Skip to content
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

Match package versions after hoisting #402

Open
fahad19 opened this issue Jan 12, 2018 · 0 comments
Open

Match package versions after hoisting #402

fahad19 opened this issue Jan 12, 2018 · 0 comments

Comments

@fahad19
Copy link
Member

fahad19 commented Jan 12, 2018

Since we introduced $ lerna bootstrap --hoist, we now notice that versions of some third-party dependencies within the packages do not match the versions as defined in root package.json.

We need to fix them.

lerna WARN EHOIST_ROOT_VERSION The repository root depends on react@^16.0.0, which differs from the more common react@^15.5.4.
lerna WARN EHOIST_PKG_VERSION "frint-react-server" package depends on react@^15.5.4, which differs from the hoisted react@^16.0.0.
lerna WARN EHOIST_ROOT_VERSION The repository root depends on react-dom@^16.0.0, which differs from the more common react-dom@^15.5.4.
lerna WARN EHOIST_PKG_VERSION "frint-react-server" package depends on react-dom@^15.5.4, which differs from the hoisted react-dom@^16.0.0.
lerna WARN EHOIST_PKG_VERSION "frint-cli" package depends on lodash@^4.17.4, which differs from the hoisted lodash@^4.13.1.
lerna WARN EHOIST_PKG_VERSION "frint-router" package depends on lodash@^4.17.4, which differs from the hoisted lodash@^4.13.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant