Skip to content

Commit 34c6654

Browse files
authored
Merge pull request #50 from friederbluemle/upgrade-react-native
Upgrade react-native to 0.59.5
2 parents d2325fe + eea1134 commit 34c6654

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"i18n-js": "^3.2.1",
1313
"lodash.memoize": "^4.1.2",
1414
"react": "16.8.3",
15-
"react-native": "0.59.3",
15+
"react-native": "0.59.5",
1616
"react-native-fs": "^2.13.3",
1717
"react-native-localize": "file:../"
1818
},

example/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5061,12 +5061,12 @@ react-native-fs@^2.13.3:
50615061
utf8 "^2.1.1"
50625062

50635063
"react-native-localize@file:..":
5064-
version "1.1.1"
5064+
version "1.1.2"
50655065

5066-
5067-
version "0.59.3"
5068-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.3.tgz#b984bbe457f63d5515046d32ea5721fd22843548"
5069-
integrity sha512-dv3AA2rH0L0IccxRkIs4YsriaECy9ttTXrwrgwETXqmE45uVrBFRGePUFnqjcikYkkm6sS0FRxcva088un76JA==
5066+
5067+
version "0.59.5"
5068+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9"
5069+
integrity sha512-8Q/9cS6IMsGNiFhJgzmncbUeuacXQMe5EJl0c63fW30DvjEjeTVCvhM08eGzSpsNlOvL2XDRa4YOiCrwI7S1TA==
50705070
dependencies:
50715071
"@babel/runtime" "^7.0.0"
50725072
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)