Skip to content

Commit 6ed0fbd

Browse files
committed
chore(deps): update dependency react to v16.4.1
1 parent a1fdce0 commit 6ed0fbd

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@motorcycle/test": "3.0.0",
1515
"@typed/test": "6.5.0",
1616
"@types/node": "9.4.7",
17-
"@types/react": "16.0.40",
17+
"@types/react": "16.4.0",
1818
"@types/react-dom": "16.0.4",
1919
"dox": "0.9.0",
2020
"glob-expand": "0.2.1",
@@ -24,14 +24,14 @@
2424
"typescript": "2.7.2"
2525
},
2626
"resolutions": {
27-
"@types/react": "16.0.40"
27+
"@types/react": "16.4.0"
2828
},
2929
"dependencies": {
3030
"167": "0.43.0",
3131
"@motorcycle/dom": "17.0.0",
3232
"@motorcycle/stream": "3.0.0",
3333
"@motorcycle/types": "3.0.0",
34-
"react": "16.2.0",
34+
"react": "16.4.1",
3535
"react-dom": "16.2.0"
3636
},
3737
"lint-staged": {

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,11 @@
228228
"@types/node" "*"
229229
"@types/react" "*"
230230

231-
"@types/react@*", "@types/react@16.0.40":
232-
version "16.0.40"
233-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.40.tgz#caabc2296886f40b67f6fc80f0f3464476461df9"
231+
"@types/react@*", "@types/react@16.4.0":
232+
version "16.4.0"
233+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.0.tgz#f7f639837bf1f8635f57616b12a1b0d193b6343a"
234+
dependencies:
235+
csstype "^2.2.0"
234236

235237
abab@^1.0.4:
236238
version "1.0.4"
@@ -1185,6 +1187,10 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
11851187
dependencies:
11861188
cssom "0.3.x"
11871189

1190+
csstype@^2.2.0:
1191+
version "2.5.4"
1192+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.4.tgz#93850187209b6d0a71d30a85abc95a6ae3f3e8cd"
1193+
11881194
d@1:
11891195
version "1.0.0"
11901196
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
@@ -4011,9 +4017,9 @@ react-dom@16.2.0:
40114017
object-assign "^4.1.1"
40124018
prop-types "^15.6.0"
40134019

4014-
react@16.2.0:
4015-
version "16.2.0"
4016-
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
4020+
react@16.4.1:
4021+
version "16.4.1"
4022+
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
40174023
dependencies:
40184024
fbjs "^0.8.16"
40194025
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)