Skip to content

Commit

Permalink
Bump @react-navigation/stack in /fixture/react-native (#1280)
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.3.29 to 6.4.1.
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/[email protected]/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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent ae19d04 commit 83ebc2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion fixture/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.4.0",
"@react-navigation/stack": "^6.4.1",
"@shopify/flash-list": "link:../../",
"react": "18.2.0",
"react-native": "0.74.3",
Expand Down
18 changes: 9 additions & 9 deletions fixture/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2070,10 +2070,10 @@
query-string "^7.0.0"
react-is "^16.13.0"

"@react-navigation/elements@^1.3.30":
version "1.3.30"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.30.tgz#a81371f599af1070b12014f05d6c09b1a611fd9a"
integrity sha512-plhc8UvCZs0UkV+sI+3bisIyn78wz9O/BiWZXpounu72k/R/Sj5PuZYFJ1fi6psvriUveMCGh4LeZckAZu2qiQ==
"@react-navigation/elements@^1.3.31":
version "1.3.31"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.31.tgz#28dd802a0787bb03fc0e5be296daf1804dbebbcf"
integrity sha512-bUzP4Awlljx5RKEExw8WYtif8EuQni2glDaieYROKTnaxsu9kEIA515sXQgUDZU4Ob12VoL7+z70uO3qrlfXcQ==

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

"@react-navigation/stack@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.4.0.tgz#46b9f690942a189b6542a3df71ab49e8ee781ec0"
integrity sha512-Jx7fm8x7zSUC6ggUb0VnvPuaIXkVPHckiY+e50mjrIRK4xAgnaLp6crHWYGmXjfi7ahaKL00o76ZgpgkwKw6zg==
"@react-navigation/stack@^6.4.1":
version "6.4.1"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.4.1.tgz#a158350637f5298292202ce854e5c5c9688f23f9"
integrity sha512-upMEHOKMtuMu4c9gmoPlO/JqI6mDlSqwXg1aXKOTQLXAF8H5koOLRfrmi7AkdiE9A7lDXWUAZoGuD9O88cYvDQ==
dependencies:
"@react-navigation/elements" "^1.3.30"
"@react-navigation/elements" "^1.3.31"
color "^4.2.3"
warn-once "^0.1.0"

Expand Down

0 comments on commit 83ebc2c

Please sign in to comment.