Skip to content

Commit 95fc5aa

Browse files
authored
Merge pull request #3552 from StoDevX/renovate/react-navigation-packages
Update dependency react-navigation to v3.4.0
2 parents 8505cce + 0d728fa commit 95fc5aa

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"react-native-tableview-simple": "2.0.1",
133133
"react-native-typography": "1.4.0",
134134
"react-native-vector-icons": "6.3.0",
135-
"react-navigation": "3.3.2",
135+
"react-navigation": "3.4.0",
136136
"react-navigation-material-bottom-tabs": "1.0.0",
137137
"react-redux": "6.0.1",
138138
"redux": "4.0.1",

yarn.lock

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -872,17 +872,16 @@
872872
universal-user-agent "^2.0.0"
873873
url-template "^2.0.8"
874874

875-
"@react-navigation/core@3.1.1":
876-
version "3.1.1"
877-
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.1.1.tgz#badf449ac7d2ae65b0f5aa1bf63a87e7888458d3"
878-
integrity sha512-vVPUIpCWO3VKVvE5zYDDR/lOy5hHvRm60rQAHTF19vmt3Jqnbs3qqgYovfUAnTBm0crGLcuIwzOuprRIhC4bfQ==
875+
"@react-navigation/core@3.2.0":
876+
version "3.2.0"
877+
resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-3.2.0.tgz#329dfe54f305ee22ed750d51cb09c5d18562d56f"
878+
integrity sha512-MXjTqqPFbifXGlws4hSye9Ax4dEM2OvV7VMEJOJU9TbzQjyewi59Cjplbt8pYQ5ummvkKeRS2FlQYIygNR5oCQ==
879879
dependencies:
880880
create-react-context "0.2.2"
881-
hoist-non-react-statics "^3.0.1"
881+
hoist-non-react-statics "^2.5.5"
882882
path-to-regexp "^1.7.0"
883883
query-string "^6.2.0"
884-
react-is "^16.5.2"
885-
react-lifecycles-compat "^3.0.4"
884+
react-is "^16.6.3"
886885

887886
"@react-navigation/[email protected]":
888887
version "3.1.5"
@@ -3490,7 +3489,7 @@ has@^1.0.1, has@^1.0.3:
34903489
dependencies:
34913490
function-bind "^1.1.1"
34923491

3493-
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
3492+
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0, hoist-non-react-statics@^2.5.5:
34943493
version "2.5.5"
34953494
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
34963495
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
@@ -6423,7 +6422,7 @@ react-devtools-core@^3.4.2:
64236422
shell-quote "^1.6.1"
64246423
ws "^3.3.1"
64256424

6426-
react-is@^16.5.2, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.2, react-is@^16.8.4:
6425+
react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.2, react-is@^16.8.4:
64276426
version "16.8.4"
64286427
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
64296428
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==
@@ -6662,10 +6661,10 @@ [email protected]:
66626661
xmldoc "^0.4.0"
66636662
yargs "^9.0.0"
66646663

6665-
react-navigation-drawer@1.2.0:
6666-
version "1.2.0"
6667-
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.2.0.tgz#475dccb00bc0e5dd56aa65a46f71ed66545f7a6b"
6668-
integrity sha512-78idNMJpOGzn0jHej69yTIiqJWdCVdMy2sBtppcdnT+DHeZXQDamTuGurjluf/2WyNB2xAXipIk4N4NnvqRfvw==
6664+
react-navigation-drawer@1.3.0:
6665+
version "1.3.0"
6666+
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.3.0.tgz#0bb8022003b36e919e3ae55394a81384f36a14f0"
6667+
integrity sha512-IDOaMseBeH1PutxRXkqDZTboZ/1mXVd4991JetsE5VmYvedmeh6z1AtBaCJu2rwRdV4U9K2I0xMyjwI0Nijqjg==
66696668
dependencies:
66706669
react-native-tab-view "^1.2.0"
66716670

@@ -6678,10 +6677,10 @@ [email protected]:
66786677
prop-types "^15.6.0"
66796678
react-navigation-tabs "1.0.0"
66806679

6681-
react-navigation-stack@1.0.10:
6682-
version "1.0.10"
6683-
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.10.tgz#cf1f4f222bddbfae134cfb28362bafd42a64c485"
6684-
integrity sha512-p+1oJ6lQYzblidOopIX0Tt+0ZvzaTyoPrBU9erMI04LEoa37BovYpWd1NXBIkV5+wfRt/o5R2x+RZ3LUeWpjeA==
6680+
react-navigation-stack@1.1.1:
6681+
version "1.1.1"
6682+
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.1.1.tgz#f9d70db678b50ba581c6aeea1171ad6b1a212693"
6683+
integrity sha512-x7dpMHIlwMNHNUa91lUXtHoslbD+LcXT9EPagxQJH7JHVECxyo4iDLE1w9yABiJXuVDdNvBeVHYwLk3sjafbTA==
66856684

66866685
66876686
version "1.0.0"
@@ -6703,15 +6702,15 @@ [email protected]:
67036702
react-lifecycles-compat "^3.0.4"
67046703
react-native-tab-view "^1.0.0"
67056704

6706-
react-navigation@3.3.2:
6707-
version "3.3.2"
6708-
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-3.3.2.tgz#4f0fe3fa119adb4922d29da2ae395dd5b020a5f9"
6709-
integrity sha512-XETRxwPGHvJh3LKkAhX5b2sg2u9QiMegmEd0H5O0GWjqYrfJ7LcwzeM0273OfwcpR5lyl+hkCVPMkM+i1xFnVw==
6705+
react-navigation@3.4.0:
6706+
version "3.4.0"
6707+
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-3.4.0.tgz#52933cfe33199e776646dbee4d36e384da5bd251"
6708+
integrity sha512-Cmbl+giMpgEGPIDWL/M3wGhs5u1+wJ+xzFzbon28pxKwFePNvYTSunMnHc4vd89U8xSlmtUY8zBILtm2qOTlQg==
67106709
dependencies:
6711-
"@react-navigation/core" "3.1.1"
6710+
"@react-navigation/core" "3.2.0"
67126711
"@react-navigation/native" "3.1.5"
6713-
react-navigation-drawer "1.2.0"
6714-
react-navigation-stack "1.0.10"
6712+
react-navigation-drawer "1.3.0"
6713+
react-navigation-stack "1.1.1"
67156714
react-navigation-tabs "1.0.2"
67166715

67176716
react-proxy@^1.1.7:

0 commit comments

Comments
 (0)