-
Notifications
You must be signed in to change notification settings - Fork 2
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 dependencies #223
Upgrade dependencies #223
Conversation
# Conflicts: # src/components/missionComponents/CurrentMission.js
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/gladly-team/tab-web/6vTuxXR7GQPVGuHARojJkKQoF6CL |
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
==========================================
+ Coverage 92.02% 92.04% +0.01%
==========================================
Files 112 112
Lines 1819 1822 +3
Branches 453 455 +2
==========================================
+ Hits 1674 1677 +3
Misses 130 130
Partials 15 15
Continue to review full report at Codecov.
|
This reverts commit 5a47020.
# Conflicts: # package.json # yarn.lock
Upgrade most dependencies to latest.
The exceptions are:
next
: we need to first close TFAC-380react
and related: waiting on Enzyme to support React 17firebase
andreact-firebaseui
: should coordinate an upgrade to our other auth servicejest
(andbabel-jest
): we needtab-e2e
to support Jest 27Note that we're now using a deprecated version of Relay's
fetchQuery
inuseData
. Created a ticket to resolve this.