Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @react-navigation/native from 6.1.8 to 6.1.9 in /example #5

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@mapbox/geo-viewport": "^0.5.0",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.18",
"@turf/along": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
Expand Down
30 changes: 15 additions & 15 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1823,19 +1823,19 @@ __metadata:
languageName: node
linkType: hard

"@react-navigation/core@npm:^6.4.9":
version: 6.4.9
resolution: "@react-navigation/core@npm:6.4.9"
"@react-navigation/core@npm:^6.4.10":
version: 6.4.10
resolution: "@react-navigation/core@npm:6.4.10"
dependencies:
"@react-navigation/routers": ^6.1.9
escape-string-regexp: ^4.0.0
nanoid: ^3.1.23
query-string: ^7.1.3
react-is: ^16.13.0
use-latest-callback: ^0.1.5
use-latest-callback: ^0.1.7
peerDependencies:
react: "*"
checksum: 5479a49f2bf64dd8da149e268bd926804a466a923baf1b7149707e5db9fc78bcfd131e6d225832cb8f826cef6fc8afb91e10802dd5d0f9086aac61cabcc973ac
checksum: e7001f57ce1157fbbb22b1d3e70420ed3887ea45dd0cb9ff7c867530074242a2981ede1c9c8d8c28b97e1d5ad8563d184e9cb4215a442d11949a795d3d54ad55
languageName: node
linkType: hard

Expand All @@ -1851,18 +1851,18 @@ __metadata:
languageName: node
linkType: hard

"@react-navigation/native@npm:^6.1.8":
version: 6.1.8
resolution: "@react-navigation/native@npm:6.1.8"
"@react-navigation/native@npm:^6.1.9":
version: 6.1.9
resolution: "@react-navigation/native@npm:6.1.9"
dependencies:
"@react-navigation/core": ^6.4.9
"@react-navigation/core": ^6.4.10
escape-string-regexp: ^4.0.0
fast-deep-equal: ^3.1.3
nanoid: ^3.1.23
peerDependencies:
react: "*"
react-native: "*"
checksum: e19c013eab0d89dc2ca587dd2a00865883b28942ad3f2d2430ef0bdb3c5e6685951d166ac9b066df5e2f2d27937e4c25623eb82d49aa1b3b29599227cf2a0425
checksum: d22f0d439e7469dc5e275be45068ef072e858a17e9e296c64ed31a45892b637f146ae0e7a6e719ef993f026cb9fbbce886198e4ee7460ce8edcdad852ee2635c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2284,7 +2284,7 @@ __metadata:
"@mapbox/geo-viewport": ^0.5.0
"@react-native-masked-view/masked-view": ^0.2.9
"@react-native/metro-config": ^0.72.7
"@react-navigation/native": ^6.1.8
"@react-navigation/native": ^6.1.9
"@react-navigation/stack": ^6.3.18
"@turf/along": ^6.5.0
"@turf/bbox-polygon": ^6.5.0
Expand Down Expand Up @@ -8291,12 +8291,12 @@ __metadata:
languageName: node
linkType: hard

"use-latest-callback@npm:^0.1.5":
version: 0.1.6
resolution: "use-latest-callback@npm:0.1.6"
"use-latest-callback@npm:^0.1.7":
version: 0.1.9
resolution: "use-latest-callback@npm:0.1.9"
peerDependencies:
react: ">=16.8"
checksum: d94bea5cc5910d5967b12c766355c11812c1f57b5993d4b429dd6e580ac5904087ce732891d4fb3a855e0e56e6a7900b9af2084ede1d86df8e381afe47c2947a
checksum: 620969d85763b65aca5f9b601c31eb476a8f7602cfccfb3c0f9dc60ff3b863e04dd64360ada255e15606771513de33b25e4631607d702605b26630f61381b3d4
languageName: node
linkType: hard

Expand Down
Loading