Skip to content

Commit

Permalink
chore(deps): update dependency react to v16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2018
1 parent a1fdce0 commit 2b57729
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.3.11",
"@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.3.11"
},
"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.3.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.3.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.11.tgz#345a17f1c96420f10b9f0dc696c31091ff9d66ea"
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.2.0"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.2.0.tgz#1656ef97553ac53b77090844a2531c6660ebd902"

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.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down

0 comments on commit 2b57729

Please sign in to comment.