Skip to content

Commit 6da8c95

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

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.5",
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.52",
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].52":
1338+
version "0.57.52"
1339+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.52.tgz#64f80498fbbe07884a08f77fd6fc387f489128e9"
1340+
integrity sha512-hbNlGvXZRHtz6eXBIzJXmUv7yTRNGsmuJ8DsYIgFkXRbth+AvoLsayPv0tPZr82/QTc4Q0WeCGpUb5Kovoof9A==
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.5"
10417+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9"
10418+
integrity sha512-8Q/9cS6IMsGNiFhJgzmncbUeuacXQMe5EJl0c63fW30DvjEjeTVCvhM08eGzSpsNlOvL2XDRa4YOiCrwI7S1TA==
1041910419
dependencies:
1042010420
"@babel/runtime" "^7.0.0"
1042110421
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)