Skip to content

Commit 0b95597

Browse files
authored
chore: upgrade react-native to 0.59.8 (#168)
* chore(package): update react-native to version 0.59.8 * chore(package): update lockfile yarn.lock
1 parent ab5740d commit 0b95597

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
@@ -30,7 +30,7 @@
3030
"jest": "^24.7.1",
3131
"metro-react-native-babel-preset": "^0.52.0",
3232
"react": "^16.8.3",
33-
"react-native": "^0.59.0",
33+
"react-native": "^0.59.8",
3434
"react-test-renderer": "^16.8.3",
3535
"release-it": "^10.0.0",
3636
"strip-ansi": "^5.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6203,10 +6203,10 @@ react-is@^16.8.4:
62036203
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
62046204
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
62056205

6206-
react-native@^0.59.0:
6207-
version "0.59.0"
6208-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.0.tgz#7d0ad297da3fd2e18f387f0ef5581270aaabac42"
6209-
integrity sha512-7DTOCFfmo9e2P0gXAaCH8DDUqW154Y6UFyKE74X08k1QW9FU5O9dQ+GQ7ryJYS0sxMLNQGDhMSADhnn72QQT4g==
6206+
react-native@^0.59.8:
6207+
version "0.59.8"
6208+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547"
6209+
integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA==
62106210
dependencies:
62116211
"@babel/runtime" "^7.0.0"
62126212
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)