Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 0c99dee

Browse files
committed
Update dependency react to v16.7.0
1 parent bfb5976 commit 0c99dee

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://vforge.github.io/react-ttt",
66
"dependencies": {
77
"prop-types": "15.6.2",
8-
"react": "16.2.0",
8+
"react": "16.7.0",
99
"react-dom": "16.7.0",
1010
"react-redux": "5.0.6",
1111
"react-router-dom": "4.2.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4999,7 +4999,7 @@ prop-types@15.6.2, prop-types@^15.6.2:
49994999
loose-envify "^1.3.1"
50005000
object-assign "^4.1.1"
50015001

5002-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0:
5002+
prop-types@^15.5.10, prop-types@^15.5.4:
50035003
version "15.6.0"
50045004
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
50055005
dependencies:
@@ -5237,14 +5237,14 @@ react-scripts@1.1.1:
52375237
optionalDependencies:
52385238
fsevents "^1.1.3"
52395239

5240-
react@16.2.0:
5241-
version "16.2.0"
5242-
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
5240+
react@16.7.0:
5241+
version "16.7.0"
5242+
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
52435243
dependencies:
5244-
fbjs "^0.8.16"
52455244
loose-envify "^1.1.0"
52465245
object-assign "^4.1.1"
5247-
prop-types "^15.6.0"
5246+
prop-types "^15.6.2"
5247+
scheduler "^0.12.0"
52485248

52495249
read-all-stream@^3.0.0:
52505250
version "3.1.0"

0 commit comments

Comments
 (0)