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

Add semver dependency explicitly to DevTools #17919

Merged
merged 1 commit into from
Jan 29, 2020
Merged

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Jan 28, 2020

I couldn't get DevTools running on master.

Turns out, there was a semver dependency used but not specified in package.json. It worked accidentally, but semver 7.x appears incompatible with webpack for whatever reason.

So I'm pinning it back to 6.x.

Test plan: I can compile DevTools now.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Jan 28, 2020
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9fb8a62:

Sandbox Source
determined-gagarin-tntin Configuration

@sizebot
Copy link

sizebot commented Jan 28, 2020

No significant bundle size changes to report.

Size changes (experimental)

Generated by 🚫 dangerJS against 9fb8a62

@sizebot
Copy link

sizebot commented Jan 28, 2020

No significant bundle size changes to report.

Size changes (stable)

Generated by 🚫 dangerJS against 9fb8a62

@gaearon
Copy link
Collaborator Author

gaearon commented Jan 29, 2020

I'll just get it in.

@gaearon gaearon merged commit 29a1559 into facebook:master Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants