Skip to content

Commit

Permalink
chore(deps): update dependency react to v16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 30, 2018
1 parent a1fdce0 commit 4367c9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@motorcycle/test": "3.0.0",
"@typed/test": "6.5.0",
"@types/node": "9.4.7",
"@types/react": "16.0.40",
"@types/react": "16.4.6",
"@types/react-dom": "16.0.4",
"dox": "0.9.0",
"glob-expand": "0.2.1",
Expand All @@ -24,14 +24,14 @@
"typescript": "2.7.2"
},
"resolutions": {
"@types/react": "16.0.40"
"@types/react": "16.4.6"
},
"dependencies": {
"167": "0.43.0",
"@motorcycle/dom": "17.0.0",
"@motorcycle/stream": "3.0.0",
"@motorcycle/types": "3.0.0",
"react": "16.2.0",
"react": "16.4.1",
"react-dom": "16.2.0"
},
"lint-staged": {
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,11 @@
"@types/node" "*"
"@types/react" "*"

"@types/react@*", "@types/[email protected]":
version "16.0.40"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.40.tgz#caabc2296886f40b67f6fc80f0f3464476461df9"
"@types/react@*", "@types/[email protected]":
version "16.4.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
dependencies:
csstype "^2.2.0"

abab@^1.0.4:
version "1.0.4"
Expand Down Expand Up @@ -1185,6 +1187,10 @@ [email protected], "cssom@>= 0.3.2 < 0.4.0":
dependencies:
cssom "0.3.x"

csstype@^2.2.0:
version "2.5.5"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.5.tgz#4125484a3d42189a863943f23b9e4b80fedfa106"

d@1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
Expand Down Expand Up @@ -4011,9 +4017,9 @@ [email protected]:
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"
Expand Down

0 comments on commit 4367c9a

Please sign in to comment.