Skip to content

Commit 9f2df0f

Browse files
committed
fix(deps): update dependency react-native to v0.59.8
1 parent beb2fc7 commit 9f2df0f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-apollo": "2.5.5",
4141
"react-app-polyfill": "0.2.2",
4242
"react-dom": "16.8.6",
43-
"react-native": "0.59.4",
43+
"react-native": "0.59.8",
4444
"react-native-vector-icons": "6.4.2"
4545
},
4646
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@types/mkdirp": "0.5.2",
5757
"@types/node": "11.13.4",
5858
"@types/react": "16.8.13",
59-
"@types/react-native": "0.57.45",
59+
"@types/react-native": "0.57.57",
6060
"@types/react-native-vector-icons": "6.4.0",
6161
"@types/react-test-renderer": "16.8.1",
6262
"babel-plugin-react-native-web": "0.11.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,10 +1334,10 @@
13341334
"@types/prop-types" "*"
13351335
"@types/react" "*"
13361336

1337-
"@types/[email protected].45":
1338-
version "0.57.45"
1339-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.45.tgz#bc341b2fbe879aec6d52f799f7342f674e045c4f"
1340-
integrity sha512-XHo3buFjgCs5WmycCBoc71QAa+mayQgDf+igRKgt3rle8rxW/fKtQny6quSabR+YcT55PsOE2qBQ4S5ra9ds2g==
1337+
"@types/[email protected].57":
1338+
version "0.57.57"
1339+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.57.tgz#4b59068acf6e542ac8e1e02e8a639b47e3e02c02"
1340+
integrity sha512-OZyBlMyMeU3gXAmc1nnJhlWGihWUOiVR5Tj0y4TAA0rkKKHJwuNPPba6aaFmEaNcoZ9ejc3G30H+dneDOqICdg==
13411341
dependencies:
13421342
"@types/prop-types" "*"
13431343
"@types/react" "*"
@@ -10588,10 +10588,10 @@ [email protected], react-native-web@^0.11.2:
1058810588
prop-types "^15.6.0"
1058910589
react-timer-mixin "^0.13.4"
1059010590

10591-
10592-
version "0.59.4"
10593-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.4.tgz#c0725e2e8efdea135533794ce95fea2289fe619a"
10594-
integrity sha512-etnXQp9IZgC8Vj5gsxZEDP4xRjJVNIj5/BSE1WcNAONG6tu6+mDBntx1jxHInwh61WYNgoQJuQGsbN5Na59ZDw==
10591+
10592+
version "0.59.8"
10593+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547"
10594+
integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA==
1059510595
dependencies:
1059610596
"@babel/runtime" "^7.0.0"
1059710597
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)