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

Commit efcfbf1

Browse files
authored
Merge pull request #3643 from withspectrum/depfu/update/mobile/yarn/react-navigation-2.8.0
Update react-navigation: 2.3.1 → 2.8.0 (minor)
2 parents 977abe5 + c881ff6 commit efcfbf1

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

mobile/package.json

Lines changed: 1 addition & 1 deletion
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.3.1",
24+
"react-navigation": "^2.8.0",
2525
"react-navigation-props-mapper": "^0.1.3",
2626
"recompose": "^0.26.0",
2727
"redraft": "^0.10.1",

mobile/yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2600,6 +2600,10 @@ decamelize@^1.0.0, decamelize@^1.1.1:
26002600
version "1.2.0"
26012601
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
26022602

2603+
decode-uri-component@^0.2.0:
2604+
version "0.2.0"
2605+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
2606+
26032607
dedent@^0.6.0:
26042608
version "0.6.0"
26052609
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.6.0.tgz#0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb"
@@ -6037,6 +6041,13 @@ qs@~6.4.0:
60376041
version "6.4.0"
60386042
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
60396043

6044+
query-string@^6.1.0:
6045+
version "6.1.0"
6046+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.1.0.tgz#01e7d69f6a0940dac67a937d6c6325647aa4532a"
6047+
dependencies:
6048+
decode-uri-component "^0.2.0"
6049+
strict-uri-encode "^2.0.0"
6050+
60406051
[email protected], querystring@^0.2.0:
60416052
version "0.2.0"
60426053
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
@@ -6339,9 +6350,9 @@ [email protected]:
63396350
dependencies:
63406351
react-native-tab-view "^0.0.77"
63416352

6342-
react-navigation-drawer@0.3.0:
6343-
version "0.3.0"
6344-
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-0.3.0.tgz#641007213f0f1e1b55a0a4bb64d71df07b3e7208"
6353+
react-navigation-drawer@0.4.3:
6354+
version "0.4.3"
6355+
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-0.4.3.tgz#c04c94e2429b7e724801af05bd0a93a79cb27f71"
63456356
dependencies:
63466357
react-native-drawer-layout-polyfill "^1.3.2"
63476358

@@ -6361,19 +6372,19 @@ [email protected]:
63616372
react-native-safe-area-view "^0.7.0"
63626373
react-native-tab-view "^1.0.0"
63636374

6364-
react-navigation@^2.3.1:
6365-
version "2.3.1"
6366-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.3.1.tgz#f0734ecc64a0af70395f889d9ffa8f610642eed5"
6375+
react-navigation@^2.8.0:
6376+
version "2.8.0"
6377+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.8.0.tgz#c7f07a8d97ac99fa872e655783ad0a71563a9094"
63676378
dependencies:
63686379
clamp "^1.0.1"
63696380
create-react-context "^0.2.1"
63706381
hoist-non-react-statics "^2.2.0"
63716382
path-to-regexp "^1.7.0"
6372-
prop-types "^15.5.10"
6383+
query-string "^6.1.0"
63736384
react-lifecycles-compat "^3"
63746385
react-native-safe-area-view "^0.8.0"
63756386
react-navigation-deprecated-tab-navigator "1.3.0"
6376-
react-navigation-drawer "0.3.0"
6387+
react-navigation-drawer "0.4.3"
63776388
react-navigation-tabs "0.5.1"
63786389

63796390
react-proxy@^1.1.7:
@@ -7200,6 +7211,10 @@ stream-parser@~0.3.1:
72007211
dependencies:
72017212
debug "2"
72027213

7214+
strict-uri-encode@^2.0.0:
7215+
version "2.0.0"
7216+
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
7217+
72037218
string-length@^2.0.0:
72047219
version "2.0.0"
72057220
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"

0 commit comments

Comments
 (0)