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

fix(react): sync up babel versions to avoid issues between @babel/preset-env 7.8.4-7.8.6 #3101

Merged
merged 1 commit into from Jun 3, 2020

Conversation

jaysoo
Copy link
Member

@jaysoo jaysoo commented Jun 2, 2020

Keep babel versions synced to avoid buggy minor versions.

"@babel/plugin-transform-regenerator": "^7.8.3",
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/preset-typescript": "7.8.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to not be 7.8.7 like the other @babel deps?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it stops at 7.8.3, same with react. It looks like they only published packages that had changed -- including the preset-env bug.

@FrozenPandaz FrozenPandaz merged commit 69cc808 into nrwl:9.3.x Jun 3, 2020
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants