Skip to content

Commit

Permalink
fix(deps): update react-navigation monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2023
1 parent 76aa343 commit 995a73e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions apps/thu-info-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@react-native-community/blur": "4.3.2",
"@react-native-community/slider": "4.4.3",
"@react-native-cookies/cookies": "6.2.1",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@react-navigation/bottom-tabs": "6.5.9",
"@react-navigation/native": "6.1.8",
"@react-navigation/stack": "6.3.18",
"@reduxjs/toolkit": "1.9.6",
"@thu-info/lib": "*",
"base-64": "1.0.0",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1829,12 +1829,12 @@
invariant "^2.2.4"
nullthrows "^1.1.1"

"@react-navigation/bottom-tabs@6.5.8":
version "6.5.8"
resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.8.tgz#9536c6e45154abc183c363d07c94991e10b14856"
integrity sha512-0aa/jXea+LyBgR5NoRNWGKw0aFhjHwCkusigMRXIrCA4kINauDcAO0w0iFbZeKfaTCVAix5kK5UxDJJ2aJpevg==
"@react-navigation/bottom-tabs@6.5.9":
version "6.5.9"
resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.9.tgz#d132e787b58b23dedfeb19b586f9467613a0c6bf"
integrity sha512-366D4pwq41qKqzsrEk3OPW9atTQJrfrLHPJhX3NLOinRIuDrxal1jJwN3vzNZoEg7gIEKaPYckuqUKg0zRFdog==
dependencies:
"@react-navigation/elements" "^1.3.18"
"@react-navigation/elements" "^1.3.19"
color "^4.2.3"
warn-once "^0.1.0"

Expand All @@ -1850,15 +1850,15 @@
react-is "^16.13.0"
use-latest-callback "^0.1.5"

"@react-navigation/elements@^1.3.18":
version "1.3.18"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.18.tgz#d8364b40276f3efb9c229c39da3b8b465f18f0a2"
integrity sha512-/0hwnJkrr415yP0Hf4PjUKgGyfshrvNUKFXN85Mrt1gY49hy9IwxZgrrxlh0THXkPeq8q4VWw44eHDfAcQf20Q==
"@react-navigation/elements@^1.3.19":
version "1.3.19"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.19.tgz#18a4a754836af19c20d987e8ffc4f8b0ee2cbece"
integrity sha512-7hLvSYKPuDS070pza5gd43WDX7QgfuEmuTWNbCJhKdWlLudYmq3qzxGCBwCfO2dEI6+p8tla5wruaWiGKAbTYw==

"@react-navigation/native@6.1.7":
version "6.1.7"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.7.tgz#968ef85b76d35f63111890668836fe2f125bbf90"
integrity sha512-W6E3+AtTombMucCRo6q7vPmluq8hSjS+IxfazJ/SokOe7ChJX7eLvvralIsJkjFj3iWV1KgOSnHxa6hdiFasBw==
"@react-navigation/native@6.1.8":
version "6.1.8"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-6.1.8.tgz#2a451fc8e2eff667007feb25d75e1d2b87e5460d"
integrity sha512-0alti852nV+8oCVm9H80G6kZvrHoy51+rXBvVCRUs2rNDDozC/xPZs8tyeCJkqdw3cpxZDK8ndXF22uWq28+0Q==
dependencies:
"@react-navigation/core" "^6.4.9"
escape-string-regexp "^4.0.0"
Expand All @@ -1872,12 +1872,12 @@
dependencies:
nanoid "^3.1.23"

"@react-navigation/stack@6.3.17":
version "6.3.17"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.17.tgz#dd3375916a2adaa130659c0113fe05939bc19470"
integrity sha512-8/8ZvJROK3fp6PRmQ9MrXd9epBowA8NkfCaWW/N9H5arqwNX9lTXAkmcjicRhjpX+UNlMBR9dTLkWvPRe2vY9A==
"@react-navigation/stack@6.3.18":
version "6.3.18"
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-6.3.18.tgz#4e27bcec6d4edc2275cbb6164089db0d95888053"
integrity sha512-jAXneaLAs57xvyMFkebEyGCZDyz90KnaN7fM9f5Bu+Gx3KnoppdNfT4drpmN/f5f32L0eXS4aRAvuDrFT1mFfw==
dependencies:
"@react-navigation/elements" "^1.3.18"
"@react-navigation/elements" "^1.3.19"
color "^4.2.3"
warn-once "^0.1.0"

Expand Down

0 comments on commit 995a73e

Please sign in to comment.