Skip to content

Commit

Permalink
chore(deps): update dependency react to v16.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 19, 2018
1 parent a1fdce0 commit a3ed2e4
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.12",
"@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.12"
},
"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.2",
"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.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.12.tgz#68d9146f3e9797e38ffbf22f7ed1dde91a2cfd2e"
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.3.0"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.3.0.tgz#062e141c78345cf814da0e0b716ad777931b08af"

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

0 comments on commit a3ed2e4

Please sign in to comment.