From 53c59a648fc5f4a83899ae459dec510228297487 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Jul 2019 06:01:11 +0000 Subject: [PATCH] fix(deps): update dependency react-native-screens to v1.0.0-alpha.23 --- packages/mobile/package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 915d75c..f7f7216 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -21,7 +21,7 @@ "metro-react-native-babel-preset": "0.51.1", "react": "16.7.0-alpha.2", "react-native": "npm:@brunolemos/react-native", - "react-native-screens": "1.0.0-alpha.19" + "react-native-screens": "1.0.0-alpha.23" }, "resolutions": { "scheduler": "0.12.0" diff --git a/yarn.lock b/yarn.lock index e9a02a0..b7f1d4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3642,7 +3642,7 @@ date-now@^0.1.4: resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs= -debounce@^1.1.0: +debounce@^1.1.0, debounce@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.0.tgz#44a540abc0ea9943018dc0eaa95cce87f65cd131" integrity sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg== @@ -10176,10 +10176,12 @@ react-is@^16.7.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa" integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g== -react-native-screens@1.0.0-alpha.19: - version "1.0.0-alpha.19" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.19.tgz#ecf3c9023e169b7013266d40b9c5599f37667f6d" - integrity sha512-+a7GdwzLWYWYVUJMg+XuyBoRFGD8GdGyBfebuTNBY+xwUZpTXCaK/GlLGL6EE3h0iBHZu83do7zViEailWRNyA== +react-native-screens@1.0.0-alpha.23: + version "1.0.0-alpha.23" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.23.tgz#25d7ea4d11bda4fcde2d1da7ae50271c6aa636e0" + integrity sha512-tOxHGQUN83MTmQB4ghoQkibqOdGiX4JQEmeyEv96MKWO/x8T2PJv84ECUos9hD3blPRQwVwSpAid1PPPhrVEaw== + dependencies: + debounce "^1.2.0" react-native-testing-library@1.5.0: version "1.5.0"