Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 830ee5a

Browse files
authored
Merge pull request #3935 from withspectrum/depfu/update/mobile/yarn/react-navigation-2.16.0
[mobile] Update react-navigation: 2.13.0 → 2.16.0 (minor)
2 parents 01df668 + e151e6a commit 830ee5a

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-native-picker-select": "^3.1.3",
2222
"react-native-tab-view": "^0.0.78",
2323
"react-native-typography": "^1.3.0",
24-
"react-navigation": "^2.13.0",
24+
"react-navigation": "^2.16.0",
2525
"react-navigation-props-mapper": "^0.1.3",
2626
"recompose": "^0.26.0",
2727
"redraft": "^0.10.1",

mobile/yarn.lock

+20-15
Original file line numberDiff line numberDiff line change
@@ -6230,9 +6230,9 @@ [email protected]:
62306230
version "1.0.0-alpha.3"
62316231
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.0.0-alpha.3.tgz#42983aa41911791cd3186fd3a18a788c3d4c3601"
62326232

6233-
react-native-safe-area-view@^0.9.0:
6234-
version "0.9.0"
6235-
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.9.0.tgz#10ece2ecac70e7005a5b0b3f06c8833060e6d21f"
6233+
react-native-safe-area-view@0.11.0:
6234+
version "0.11.0"
6235+
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.11.0.tgz#4f3dda43c2bace37965e7c6aef5fc83d4f19d174"
62366236
dependencies:
62376237
hoist-non-react-statics "^2.3.1"
62386238

@@ -6242,6 +6242,10 @@ react-native-safe-module@^1.1.0:
62426242
dependencies:
62436243
dedent "^0.6.0"
62446244

6245+
react-native-screens@^1.0.0-alpha.11:
6246+
version "1.0.0-alpha.12"
6247+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.12.tgz#5953c39c9dbfbe324610005e07d85a416081c48c"
6248+
62456249
react-native-sentry@^0.36.0:
62466250
version "0.36.0"
62476251
resolved "https://registry.yarnpkg.com/react-native-sentry/-/react-native-sentry-0.36.0.tgz#1c66d72af56aa801daaa5569c09fc7d04bea6544"
@@ -6369,34 +6373,35 @@ react-navigation-props-mapper@^0.1.3:
63696373
dependencies:
63706374
hoist-non-react-statics "^2.2.1"
63716375

6372-
react-navigation-stack@0.3.0:
6373-
version "0.3.0"
6374-
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.3.0.tgz#cdd056771e5fd12114811824653b1ec7e9ae5de1"
6376+
react-navigation-stack@0.6.0:
6377+
version "0.6.0"
6378+
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.6.0.tgz#57dd25d0902137b950795549c43f3608e9edc250"
63756379

6376-
react-navigation-tabs@0.7.0:
6377-
version "0.7.0"
6378-
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.7.0.tgz#c89d41e501043f7fdb38550de85814452c3e6104"
6380+
react-navigation-tabs@0.8.2:
6381+
version "0.8.2"
6382+
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.8.2.tgz#65f8a6ce368684227603345b4d312da2ef3366e1"
63796383
dependencies:
63806384
hoist-non-react-statics "^2.5.0"
63816385
prop-types "^15.6.1"
63826386
react-lifecycles-compat "^3.0.4"
63836387
react-native-tab-view "^1.0.0"
63846388

6385-
react-navigation@^2.13.0:
6386-
version "2.13.0"
6387-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.13.0.tgz#7102ff7cbc492c8daf2ad90fc80463c3469f8b78"
6389+
react-navigation@^2.16.0:
6390+
version "2.16.0"
6391+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.16.0.tgz#9b9320801700baac50e49e87a63641a4df179230"
63886392
dependencies:
63896393
clamp "^1.0.1"
63906394
create-react-context "0.2.2"
63916395
hoist-non-react-statics "^2.2.0"
63926396
path-to-regexp "^1.7.0"
63936397
query-string "^6.1.0"
63946398
react-lifecycles-compat "^3"
6395-
react-native-safe-area-view "^0.9.0"
6399+
react-native-safe-area-view "0.11.0"
6400+
react-native-screens "^1.0.0-alpha.11"
63966401
react-navigation-deprecated-tab-navigator "1.3.0"
63976402
react-navigation-drawer "0.5.0"
6398-
react-navigation-stack "0.3.0"
6399-
react-navigation-tabs "0.7.0"
6403+
react-navigation-stack "0.6.0"
6404+
react-navigation-tabs "0.8.2"
64006405

64016406
react-proxy@^1.1.7:
64026407
version "1.1.8"

0 commit comments

Comments
 (0)