Skip to content

Commit dd9af1e

Browse files
author
Daniel Lehr
committed
Upgrade React for the new context API.
1 parent b6c594f commit dd9af1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"pretty-bytes": "4.0.2",
6161
"prop-types": "^15.6.0",
6262
"ramda": "^0.25.0",
63-
"react": "^16.0.0",
63+
"react": "^16.4.0",
6464
"react-addons-test-utils": "^15.6.2",
6565
"react-dom": "^16.0.0",
6666
"readline-sync": "1.4.7",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,9 +4197,9 @@ react-dom@^16.0.0:
41974197
object-assign "^4.1.1"
41984198
prop-types "^15.6.0"
41994199

4200-
react@^16.0.0:
4201-
version "16.2.0"
4202-
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
4200+
react@^16.4.0:
4201+
version "16.4.0"
4202+
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
42034203
dependencies:
42044204
fbjs "^0.8.16"
42054205
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)