Skip to content

Commit

Permalink
Update @types/react-native in group default to the latest version 🚀 (h…
Browse files Browse the repository at this point in the history
…yochan#187)

* chore(package): update @types/react-native to version 0.62.2

* chore(package): update @types/react-native to version 0.62.2

* chore(package): update lockfile yarn.lock

* chore(package): update lockfile Example/yarn.lock

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
greenkeeper[bot] authored Apr 18, 2020
1 parent 8b9ba66 commit 82daf69
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/react-native": "^5.0.1",
"@types/jest": "^25.1.3",
"@types/react": "^16.8.25",
"@types/react-native": "^0.61.16",
"@types/react-native": "^0.62.2",
"@types/react-navigation": "^3.0.8",
"@types/react-test-renderer": "^16.8.6",
"@types/styled-components": "^5.0.0",
Expand Down
9 changes: 8 additions & 1 deletion Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1651,13 +1651,20 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==

"@types/react-native@*", "@types/react-native@^0.61.16":
"@types/react-native@*":
version "0.61.23"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.61.23.tgz#bff4e0311c229a5203eb37aacd4febf59f3e2980"
integrity sha512-upHmySsrVBDBokWWhYIKkKnpvadsHdioSjbBTu4xl7fjN0yb94KR5ngUOBXsyqAYqQzF+hP6qpvobG9M7Jr6hw==
dependencies:
"@types/react" "*"

"@types/react-native@^0.62.2":
version "0.62.2"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
dependencies:
"@types/react" "*"

"@types/react-navigation@^3.0.8":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@types/react-navigation/-/react-navigation-3.4.0.tgz#d610d13c9162312079a8ca102660143f07432cbf"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/react-native": "^5.0.1",
"@types/jest": "^25.1.3",
"@types/react": "^16.8.25",
"@types/react-native": "^0.61.16",
"@types/react-native": "^0.62.2",
"@types/react-navigation": "^3.0.8",
"@types/react-test-renderer": "^16.8.6",
"@types/styled-components": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,10 +1101,10 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react-native@^0.61.16":
version "0.61.16"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.61.16.tgz#8dc5f5d3fe0b2b4d1454bbc84641434c7afcdcf5"
integrity sha512-S2g8w7AZHMBt+JkncuOXy9WjVShejdlbcaxxkE7Y/cbPNPHDQvkigqIRsFwUqRXH5u2MWER6qxEjej81l9kqZQ==
"@types/react-native@^0.62.2":
version "0.62.2"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 82daf69

Please sign in to comment.