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 packages & add node 14 to travis #853

Merged
merged 2 commits into from Apr 30, 2020

Conversation

tejasbubane
Copy link
Member

@tejasbubane tejasbubane commented Apr 30, 2020

  1. "@babel/core": "^7.8.7" -> "^7.9.6"
  2. "@babel/preset-env": "^7.8.7" -> "^7.9.6"
  3. "@types/jest": "^25.1.4" -> "^25.2.1"
  4. "@types/node": "^13.9.1" -> "^13.13.4"
  5. "babel-jest": "^25.1.0" -> "^25.5.1"
  6. "eslint-plugin-import": "^2.20.1" -> "^2.20.2"
  7. "jest": "^25.1.0", "^25.5.2"
  8. "shelljs": "^0.8.3" -> "^0.8.4"

On #852 came across this build failure on node 13 which lead me to this comment. So thought of updating packages.

1. "@babel/core": "^7.8.7" -> "^7.9.6"
2. "@babel/preset-env": "^7.8.7" -> "^7.9.6"
3. "@types/jest": "^25.1.4" -> "^25.2.1"
4. "@types/node": "^13.9.1" -> "^13.13.4"
5. "babel-jest": "^25.1.0" -> "^25.5.1"
6. "eslint-plugin-import": "^2.20.1" -> "^2.20.2"
7. "jest": "^25.1.0", "^25.5.2"
8. "shelljs": "^0.8.3" -> "^0.8.4"
@tejasbubane tejasbubane merged commit 874e748 into exercism:master Apr 30, 2020
@tejasbubane tejasbubane deleted the update-packages branch April 30, 2020 09:56
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.

None yet

1 participant