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

Upgrade all dependencies including Babel 7 #1

Merged
merged 1 commit into from
Dec 2, 2018

Conversation

tk1cntt
Copy link

@tk1cntt tk1cntt commented Dec 2, 2018

  1. ncu --upgradeAll
  2. Leave "graphql" to be "^13.2.0" that apollo packages depend on
  3. Apply patch of "npx babel-upgrade" output
  4. Leave only necessary babel plugins
  5. Pass "yarn fix" by disabling stricter rules

fixes kriasoft#1654 kriasoft#1626 kriasoft#1607

1. ncu --upgradeAll
4. Leave "graphql" to be "^13.2.0" that apollo packages depend on
2. Apply patch of "npx babel-upgrade" output
3. Leave only necessary babel plugins
4. Pass "yarn fix" by disabling stricter rules

fixes kriasoft#1654 kriasoft#1626 kriasoft#1607
@tk1cntt tk1cntt merged commit 61f5006 into StudentExchange:master Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As of v7.0.0-beta.55, we've removed Babel's Stage presets.
2 participants