Skip to content

Commit 3f6b257

Browse files
authored
chore: update react-native to version 0.57.8 (#92)
* chore(package): update react-native to version 0.57.8 * chore(package): update lockfile yarn.lock * remove smoke test as no longer necessary
1 parent ced096c commit 3f6b257

File tree

3 files changed

+7
-62
lines changed

3 files changed

+7
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest": "^23.6.0",
2727
"metro-react-native-babel-preset": "^0.49.0",
2828
"react": "16.6.1",
29-
"react-native": "^0.57.7",
29+
"react-native": "^0.57.8",
3030
"react-test-renderer": "16.6.1",
3131
"release-it": "^9.0.0",
3232
"strip-ansi": "^5.0.0",

src/__tests__/renderRNComponents.test.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6051,10 +6051,10 @@ react-is@^16.6.1:
60516051
version "16.6.1"
60526052
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.1.tgz#f77b1c3d901be300abe8d58645b7a59e794e5982"
60536053

6054-
react-native@^0.57.7:
6055-
version "0.57.7"
6056-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.57.7.tgz#5b3af1c43366c41d8d8d2540fea8ce590060bca1"
6057-
integrity sha512-mdNibV6NblH8gbbcWjLjH6lVOkrXuCiIi+RQ+6e2QlrOIJVsKC216VvBhHsvdDIRO94v1qD8LMnTYlBY09qzQQ==
6054+
react-native@^0.57.8:
6055+
version "0.57.8"
6056+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.57.8.tgz#1a840fbe144cd3902cc14313a783ce28efc48cb9"
6057+
integrity sha512-K6DAMTPTq+lxVYC73y4Kh/bgLajddBaIKzwsVeV4JOoS1Fdq48/ISXD3vApV+x+/IBVTXnrT9qlA+9U6MMZCqA==
60586058
dependencies:
60596059
"@babel/runtime" "^7.0.0"
60606060
absolute-path "^0.0.0"
@@ -6104,7 +6104,7 @@ react-native@^0.57.7:
61046104
serve-static "^1.13.1"
61056105
shell-quote "1.6.1"
61066106
stacktrace-parser "^0.1.3"
6107-
ws "^1.1.0"
6107+
ws "^1.1.5"
61086108
xcode "^1.0.0"
61096109
xmldoc "^0.4.0"
61106110
yargs "^9.0.0"
@@ -7497,7 +7497,7 @@ write@^0.2.1:
74977497
dependencies:
74987498
mkdirp "^0.5.1"
74997499

7500-
ws@^1.1.0:
7500+
ws@^1.1.0, ws@^1.1.5:
75017501
version "1.1.5"
75027502
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
75037503
dependencies:

0 commit comments

Comments
 (0)