Skip to content

Commit 0ae847d

Browse files
committed
feat(react): bump react to v16 (from v15)
fix #47
1 parent 9d24ce6 commit 0ae847d

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"object-path": "^0.11.3",
5757
"prop-types": "^15.6.0",
5858
"qs": "^6.3.0",
59-
"react": "^15.4.2",
59+
"react": "^16.9.0",
6060
"react-addons-shallow-compare": "^15.4.2",
6161
"react-bootstrap": "^0.30.7",
6262
"react-dates": "^6.0.2",
@@ -85,7 +85,7 @@
8585
"lodash.clonedeep": "^4.5.0",
8686
"mastarm": "^5.1.3",
8787
"nock": "^9.0.9",
88-
"react": "^15.4.2",
88+
"react": "^16.9.0",
8989
"react-addons-test-utils": "^15.6.2",
9090
"react-dom": "^15.4.2",
9191
"redux-mock-store": "^1.5.3",

yarn.lock

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4297,15 +4297,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
42974297
safe-buffer "^5.0.1"
42984298
sha.js "^2.4.8"
42994299

4300-
create-react-class@^15.6.0:
4301-
version "15.6.3"
4302-
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
4303-
integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==
4304-
dependencies:
4305-
fbjs "^0.8.9"
4306-
loose-envify "^1.3.1"
4307-
object-assign "^4.1.1"
4308-
43094300
cross-spawn@^5.0.1:
43104301
version "5.1.0"
43114302
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -12759,16 +12750,14 @@ react-transition-group@^2.0.0:
1275912750
prop-types "^15.6.2"
1276012751
react-lifecycles-compat "^3.0.4"
1276112752

12762-
react@^15.4.2:
12763-
version "15.6.2"
12764-
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
12765-
integrity sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=
12753+
react@^16.9.0:
12754+
version "16.9.0"
12755+
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
12756+
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
1276612757
dependencies:
12767-
create-react-class "^15.6.0"
12768-
fbjs "^0.8.9"
1276912758
loose-envify "^1.1.0"
12770-
object-assign "^4.1.0"
12771-
prop-types "^15.5.10"
12759+
object-assign "^4.1.1"
12760+
prop-types "^15.6.2"
1277212761

1277312762
read-cache@^1.0.0:
1277412763
version "1.0.0"

0 commit comments

Comments
 (0)