Upgrade react and react-dom to latest (#541)

Test plan: `yarn travis --full`, as well as thorough manual frontend
testing
This commit is contained in:
Dandelion Mané 2018-07-27 13:27:19 -07:00 committed by GitHub
parent 28a31cfcd6
commit deaba09d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -19,8 +19,8 @@
"mkdirp": "^0.5.1",
"object-assign": "4.1.1",
"promise": "8.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router": "3.2.1",
"tmp": "^0.0.33",
"whatwg-fetch": "2.0.3"

View File

@ -6352,9 +6352,9 @@ react-dev-utils@^5.0.0:
strip-ansi "3.0.1"
text-table "0.2.0"
react-dom@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
react-dom@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
@ -6394,9 +6394,9 @@ react-test-renderer@^16.0.0-0:
object-assign "^4.1.1"
prop-types "^15.6.0"
react@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
react@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"