Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 3f0f3b4

Browse files
Update @types/react-native to the latest version 🚀 (#150)
* chore(package): update @types/react-native to version 0.62.2 * chore(package): update lockfile yarn.lock Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
1 parent faccb42 commit 3f0f3b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/i18n-js": "^3.0.1",
6666
"@types/jest": "^25.1.3",
6767
"@types/react": "^16.9.23",
68-
"@types/react-native": "^0.61.17",
68+
"@types/react-native": "^0.62.2",
6969
"@types/react-test-renderer": "^16.9",
7070
"@types/styled-components": "^5.0.1",
7171
"babel-jest": "25.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,10 +2203,10 @@
22032203
"@types/prop-types" "*"
22042204
"@types/react" "*"
22052205

2206-
"@types/react-native@^0.61.17":
2207-
version "0.61.17"
2208-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.61.17.tgz#5994af207c2339d498ebd8bd427c68074ce9e744"
2209-
integrity sha512-12qKZz/ob56lglVRAIDgqDchcyO0g5lZtrjxCTQDNJv8HFHZMcZx78+/CjKsu3LGs6KbajkZ1+0htqiaxr5JVA==
2206+
"@types/react-native@^0.62.2":
2207+
version "0.62.2"
2208+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
2209+
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
22102210
dependencies:
22112211
"@types/react" "*"
22122212

0 commit comments

Comments
 (0)