Skip to content

Commit 2b28c66

Browse files
committed
Update React Native types
1 parent e258fcc commit 2b28c66

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/jest": "^23.3.12",
2929
"@types/prop-types": "^15.5.8",
3030
"@types/react-fontawesome": "^1.6.4",
31-
"@types/react-native": "kristerkari/react-native-types-for-css-modules#v0.57.19",
31+
"@types/react-native": "kristerkari/react-native-types-for-css-modules#v0.57.27",
3232
"@types/react-test-renderer": "^16.0.3",
3333
"autoprefixer": "^9.4.4",
3434
"babel-jest": "23.6.0",

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.12.tgz#7e0ced251fa94c3bc2d1023d4b84b2992fa06376"
11951195
integrity sha512-/kQvbVzdEpOq4tEWT79yAHSM4nH4xMlhJv2GrLVQt4Qmo8yYsPdioBM1QpN/2GX1wkfMnyXvdoftvLUr0LBj7Q==
11961196

1197-
"@types/prop-types@^15.5.8":
1197+
"@types/prop-types@*", "@types/prop-types@^15.5.8":
11981198
version "15.5.8"
11991199
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
12001200
integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==
@@ -1205,9 +1205,9 @@
12051205
dependencies:
12061206
"@types/react" "*"
12071207

1208-
"@types/react-native@kristerkari/react-native-types-for-css-modules#v0.57.19":
1209-
version "0.57.19"
1210-
resolved "https://codeload.github.com/kristerkari/react-native-types-for-css-modules/tar.gz/2f250f55d3e1744068df0939fb36c6989d3043cf"
1208+
"@types/react-native@kristerkari/react-native-types-for-css-modules#v0.57.27":
1209+
version "0.57.27"
1210+
resolved "https://codeload.github.com/kristerkari/react-native-types-for-css-modules/tar.gz/2677e9ddd03aa16734da5b175c09947820e3e204"
12111211
dependencies:
12121212
"@types/react" "*"
12131213

@@ -1219,9 +1219,11 @@
12191219
"@types/react" "*"
12201220

12211221
"@types/react@*":
1222-
version "16.3.17"
1223-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.17.tgz#d59d1a632570b0713946ed9c2949d994773633c5"
1222+
version "16.7.18"
1223+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.18.tgz#f4ce0d539a893dd61e36cd11ae3a5e54f5a48337"
1224+
integrity sha512-Tx4uu3ppK53/iHk6VpamMP3f3ahfDLEVt3ZQc8TFm30a1H3v9lMsCntBREswZIW/SKrvJjkb3Hq8UwO6GREBng==
12241225
dependencies:
1226+
"@types/prop-types" "*"
12251227
csstype "^2.2.0"
12261228

12271229
"@webassemblyjs/ast@1.7.11":

0 commit comments

Comments
 (0)