Skip to content

Commit 0e04e6e

Browse files
committed
fix(deps): update dependency react-native to v0.59.5
1 parent 61571a8 commit 0e04e6e

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.50",
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
@@ -1311,10 +1311,10 @@
13111311
"@types/prop-types" "*"
13121312
"@types/react" "*"
13131313

1314-
"@types/[email protected].45":
1315-
version "0.57.45"
1316-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.45.tgz#bc341b2fbe879aec6d52f799f7342f674e045c4f"
1317-
integrity sha512-XHo3buFjgCs5WmycCBoc71QAa+mayQgDf+igRKgt3rle8rxW/fKtQny6quSabR+YcT55PsOE2qBQ4S5ra9ds2g==
1314+
"@types/[email protected].50":
1315+
version "0.57.50"
1316+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.50.tgz#b809960e0ce70190f8082d050bb2aa99b5ee4db2"
1317+
integrity sha512-mGLmamsi9R2vNtKPBC92BO/RR1UNmCAco7e4ImybnHg6jI7K4y9FZlWMSnjn2Fl0/SAQ0kx2hz/xU5NysVFhLg==
13181318
dependencies:
13191319
"@types/prop-types" "*"
13201320
"@types/react" "*"
@@ -10372,10 +10372,10 @@ [email protected]:
1037210372
prop-types "^15.6.0"
1037310373
react-timer-mixin "^0.13.4"
1037410374

10375-
10376-
version "0.59.4"
10377-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.4.tgz#c0725e2e8efdea135533794ce95fea2289fe619a"
10378-
integrity sha512-etnXQp9IZgC8Vj5gsxZEDP4xRjJVNIj5/BSE1WcNAONG6tu6+mDBntx1jxHInwh61WYNgoQJuQGsbN5Na59ZDw==
10375+
10376+
version "0.59.5"
10377+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9"
10378+
integrity sha512-8Q/9cS6IMsGNiFhJgzmncbUeuacXQMe5EJl0c63fW30DvjEjeTVCvhM08eGzSpsNlOvL2XDRa4YOiCrwI7S1TA==
1037910379
dependencies:
1038010380
"@babel/runtime" "^7.0.0"
1038110381
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)