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.14 in /example #276

Merged
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
36 changes: 18 additions & 18 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2047,19 +2047,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"
dependencies:
"@react-navigation/routers": "npm:^6.1.9"
escape-string-regexp: "npm:^4.0.0"
nanoid: "npm:^3.1.23"
query-string: "npm:^7.1.3"
react-is: "npm:^16.13.0"
use-latest-callback: "npm:^0.1.5"
"@react-navigation/core@npm:^6.4.13":
version: 6.4.13
resolution: "@react-navigation/core@npm:6.4.13"
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.7
peerDependencies:
react: "*"
checksum: 10/a6c1e4f1325901fa80aed0f7884278474e4f47cd9ce44edd7f254aaec75d9d6c6d9af395f0e6d5bf87769188622cb7667d98070c94ddf7d05936ab3fd7baa69e
checksum: 5157febafdf8c39d931c5af99fd8b30ac3e8a6d18f17c61c5fed57cd114ca097d1ed6d3448008dec304a2889a56e932378f865364b512b16344e586a27f3c6f9
languageName: node
linkType: hard

Expand All @@ -2075,9 +2075,9 @@ __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.14":
version: 6.1.14
resolution: "@react-navigation/native@npm:6.1.14"
dependencies:
"@react-navigation/core": "npm:^6.4.9"
escape-string-regexp: "npm:^4.0.0"
Expand Down Expand Up @@ -9243,12 +9243,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: 10/d94bea5cc5910d5967b12c766355c11812c1f57b5993d4b429dd6e580ac5904087ce732891d4fb3a855e0e56e6a7900b9af2084ede1d86df8e381afe47c2947a
checksum: 620969d85763b65aca5f9b601c31eb476a8f7602cfccfb3c0f9dc60ff3b863e04dd64360ada255e15606771513de33b25e4631607d702605b26630f61381b3d4
languageName: node
linkType: hard

Expand Down
Loading