mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-05 17:24:24 +00:00
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:
parent
28a31cfcd6
commit
deaba09d00
@ -19,8 +19,8 @@
|
|||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"object-assign": "4.1.1",
|
"object-assign": "4.1.1",
|
||||||
"promise": "8.0.1",
|
"promise": "8.0.1",
|
||||||
"react": "^16.2.0",
|
"react": "^16.4.1",
|
||||||
"react-dom": "^16.2.0",
|
"react-dom": "^16.4.1",
|
||||||
"react-router": "3.2.1",
|
"react-router": "3.2.1",
|
||||||
"tmp": "^0.0.33",
|
"tmp": "^0.0.33",
|
||||||
"whatwg-fetch": "2.0.3"
|
"whatwg-fetch": "2.0.3"
|
||||||
|
12
yarn.lock
12
yarn.lock
@ -6352,9 +6352,9 @@ react-dev-utils@^5.0.0:
|
|||||||
strip-ansi "3.0.1"
|
strip-ansi "3.0.1"
|
||||||
text-table "0.2.0"
|
text-table "0.2.0"
|
||||||
|
|
||||||
react-dom@^16.2.0:
|
react-dom@^16.4.1:
|
||||||
version "16.2.0"
|
version "16.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
|
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
|
||||||
dependencies:
|
dependencies:
|
||||||
fbjs "^0.8.16"
|
fbjs "^0.8.16"
|
||||||
loose-envify "^1.1.0"
|
loose-envify "^1.1.0"
|
||||||
@ -6394,9 +6394,9 @@ react-test-renderer@^16.0.0-0:
|
|||||||
object-assign "^4.1.1"
|
object-assign "^4.1.1"
|
||||||
prop-types "^15.6.0"
|
prop-types "^15.6.0"
|
||||||
|
|
||||||
react@^16.2.0:
|
react@^16.4.1:
|
||||||
version "16.2.0"
|
version "16.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
|
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
|
||||||
dependencies:
|
dependencies:
|
||||||
fbjs "^0.8.16"
|
fbjs "^0.8.16"
|
||||||
loose-envify "^1.1.0"
|
loose-envify "^1.1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user