Skip to content

Commit 034d288

Browse files
author
Markus Günther
committed
TASK: Update types/react to 16.4.7
1 parent 1d90316 commit 034d288

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"invariant": "^2.2.4"
3131
},
3232
"devDependencies": {
33-
"@types/react": "^15.0.24",
33+
"@types/react": "^16.4.7",
3434
"babel-cli": "^6.24.1",
3535
"babel-core": "^6.24.1",
3636
"babel-eslint": "^7.2.3",

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
# yarn lockfile v1
33

44

5-
"@types/react@^15.0.24":
6-
version "15.0.24"
7-
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.0.24.tgz#8a75299dc37906df327c18ca918bf97a55e7123b"
5+
"@types/react@^16.4.7":
6+
version "16.4.7"
7+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.7.tgz#f33f6d759a7e1833befa15224d68942d178a5a3f"
8+
dependencies:
9+
csstype "^2.2.0"
810

911
abab@^1.0.3:
1012
version "1.0.3"
@@ -1048,6 +1050,10 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
10481050
dependencies:
10491051
cssom "0.3.x"
10501052

1053+
csstype@^2.2.0:
1054+
version "2.5.6"
1055+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.6.tgz#2ae1db2319642d8b80a668d2d025c6196071e788"
1056+
10511057
d@^0.1.1, d@~0.1.1:
10521058
version "0.1.1"
10531059
resolved "https://registry.yarnpkg.com/d/-/d-0.1.1.tgz#da184c535d18d8ee7ba2aa229b914009fae11309"

0 commit comments

Comments
 (0)