Skip to content

Commit cb0e609

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

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
@@ -35,7 +35,7 @@
3535
"react": "16.8.6",
3636
"react-app-polyfill": "0.2.2",
3737
"react-dom": "16.8.6",
38-
"react-native": "0.59.4",
38+
"react-native": "0.59.8",
3939
"react-native-vector-icons": "6.4.2"
4040
},
4141
"devDependencies": {
@@ -51,7 +51,7 @@
5151
"@types/mkdirp": "0.5.2",
5252
"@types/node": "11.13.4",
5353
"@types/react": "16.8.13",
54-
"@types/react-native": "0.57.45",
54+
"@types/react-native": "0.57.55",
5555
"@types/react-native-vector-icons": "6.4.0",
5656
"@types/react-test-renderer": "16.8.1",
5757
"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].55":
1338+
version "0.57.55"
1339+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.55.tgz#3e6e474e9c1d86b20064c6c65c5ccdf86333f0c9"
1340+
integrity sha512-tYL/eEPvZiNBropEvT0jS+LR87Djnt6NcHsW+AVwI/8C3ABqfbChXNotrkkW5vmuBTlkz4nJrx6IIJRmgx+/Cg==
13411341
dependencies:
13421342
"@types/prop-types" "*"
13431343
"@types/react" "*"
@@ -10412,10 +10412,10 @@ [email protected], react-native-web@^0.11.2:
1041210412
prop-types "^15.6.0"
1041310413
react-timer-mixin "^0.13.4"
1041410414

10415-
10416-
version "0.59.4"
10417-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.4.tgz#c0725e2e8efdea135533794ce95fea2289fe619a"
10418-
integrity sha512-etnXQp9IZgC8Vj5gsxZEDP4xRjJVNIj5/BSE1WcNAONG6tu6+mDBntx1jxHInwh61WYNgoQJuQGsbN5Na59ZDw==
10415+
10416+
version "0.59.8"
10417+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547"
10418+
integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA==
1041910419
dependencies:
1042010420
"@babel/runtime" "^7.0.0"
1042110421
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)