Most of these should be minor or patch updates so safe to merge (since the caret is in package.json anyway)
Jest should be urgent to update, since before v17 there were issues when you tried to use babel-jest and the es2015 preset to transpile tests. Upgrading to v17 (or even better v18) solves this.
Most of these should be minor or patch updates so safe to merge (since the caret is in package.json anyway)
Jest should be urgent to update, since before v17 there were issues when you tried to use babel-jest and the es2015 preset to transpile tests. Upgrading to v17 (or even better v18) solves this.
Updates for major versions:
PS: Better to squash & merge and pick d3cf8ea to rebase from ;)