Skip to content

Commit

Permalink
chore(deps): bump @react-navigation/stack from 6.2.3 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.2.3 to 6.3.0.
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/stack)

---
updated-dependencies:
- dependency-name: "@react-navigation/stack"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent 5971aff commit c5b197e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@otplib/plugin-crypto-js": "^12.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.2.3",
"@react-navigation/stack": "^6.3.0",
"@types/aes-js": "^3.1.1",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2787,10 +2787,10 @@
react-is "^16.13.0"
use-latest-callback "^0.1.5"

"@react-navigation/elements@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.5.tgz#904876ce3f3c36632f242322dd622bb3e18e6775"
integrity sha512-3Ef5cYuQXqJRco7RG99fkDEciAuYTkAD7go5D8RFYG8rAp2aI/cDnGwFwvFVANlRsbFFPGU3ZLY8EUJihf4Hjw==
"@react-navigation/elements@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.6.tgz#fa700318528db93f05144b1be4b691b9c1dd1abe"
integrity sha512-pNJ8R9JMga6SXOw6wGVN0tjmE6vegwPmJBL45SEMX2fqTfAk2ykDnlJHodRpHpAgsv0DaI8qX76z3A+aqKSU0w==

"@react-navigation/native@^6.0.13":
version "6.0.13"
Expand All @@ -2809,12 +2809,12 @@
dependencies:
nanoid "^3.1.23"

"@react-navigation/stack@^6.2.3":
version "6.2.3"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.2.3.tgz#b481f615bbbfb53c7eaa93af818d96a6925b852e"
integrity sha512-DZXazhuyxefsO4RkkimPuoKpstc7zZOMqMBa7eqWy6iZNZX4yt8Wjji8KPMr5yn0OA1MxC5C4H8CKbMuy/kxIA==
"@react-navigation/stack@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.0.tgz#3b268c5c61eba17fff1ed711e20ea94a9d5a1809"
integrity sha512-CCzdXkt57t3ikfV8TQIA7p4srf/o35ncT22ciGOAwZorB1M7Lqga18tsEqkk9R3qENl12a1Ei6VC7dkZezDXQQ==
dependencies:
"@react-navigation/elements" "^1.3.5"
"@react-navigation/elements" "^1.3.6"
color "^4.2.3"
warn-once "^0.1.0"

Expand Down

0 comments on commit c5b197e

Please sign in to comment.