Skip to content

Commit c3d6691

Browse files
msluszniakclaude
andcommitted
fix: commit @react-navigation/native version alignment for lockfile consistency
Commit package.json updates to apps/computer-vision and apps/llm that were applied by `yarn up` but not staged - these had @react-navigation/native at ^7.1.6 which caused yarn --immutable to fail in CI by wanting to add ^7.1.6 to the lockfile key alongside ^7.1.28. Also regenerates root yarn.lock with the correct merged lockfile key: "@react-navigation/native@npm:^7.1.28, @react-navigation/native@npm:^7.1.8" (^7.1.8 comes from expo-router@6.0.17 transitive dep) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9af9264 commit c3d6691

3 files changed

Lines changed: 3 additions & 46 deletions

File tree

apps/computer-vision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@react-native-executorch/expo-resource-fetcher": "workspace:*",
1515
"@react-native/metro-config": "^0.81.5",
1616
"@react-navigation/drawer": "^7.8.1",
17-
"@react-navigation/native": "^7.1.6",
17+
"@react-navigation/native": "^7.1.28",
1818
"@shopify/react-native-skia": "2.4.21",
1919
"expo": "^54.0.27",
2020
"expo-constants": "~18.0.11",

apps/llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@react-native-executorch/expo-resource-fetcher": "workspace:*",
1515
"@react-native/metro-config": "^0.84.0",
1616
"@react-navigation/drawer": "^7.8.1",
17-
"@react-navigation/native": "^7.1.6",
17+
"@react-navigation/native": "^7.1.28",
1818
"expo": "^54.0.27",
1919
"expo-brightness": "~14.0.8",
2020
"expo-calendar": "~15.0.8",

yarn.lock

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,24 +4908,6 @@ __metadata:
49084908
languageName: node
49094909
linkType: hard
49104910

4911-
"@react-navigation/core@npm:^7.13.5":
4912-
version: 7.13.5
4913-
resolution: "@react-navigation/core@npm:7.13.5"
4914-
dependencies:
4915-
"@react-navigation/routers": "npm:^7.5.2"
4916-
escape-string-regexp: "npm:^4.0.0"
4917-
fast-deep-equal: "npm:^3.1.3"
4918-
nanoid: "npm:^3.3.11"
4919-
query-string: "npm:^7.1.3"
4920-
react-is: "npm:^19.1.0"
4921-
use-latest-callback: "npm:^0.2.4"
4922-
use-sync-external-store: "npm:^1.5.0"
4923-
peerDependencies:
4924-
react: ">= 18.2.0"
4925-
checksum: 10/3abe3f59492f97c7ea3e13cb9b531114c97156288255eac013b91c4d687377eef88653a1e3d7375cab0f995fa99ba84f5be13a2688b9637b7d0bda4f7bcac7e7
4926-
languageName: node
4927-
linkType: hard
4928-
49294911
"@react-navigation/core@npm:^7.14.0":
49304912
version: 7.14.0
49314913
resolution: "@react-navigation/core@npm:7.14.0"
@@ -5022,7 +5004,7 @@ __metadata:
50225004
languageName: node
50235005
linkType: hard
50245006

5025-
"@react-navigation/native@npm:^7.1.28":
5007+
"@react-navigation/native@npm:^7.1.28, @react-navigation/native@npm:^7.1.8":
50265008
version: 7.1.28
50275009
resolution: "@react-navigation/native@npm:7.1.28"
50285010
dependencies:
@@ -5038,31 +5020,6 @@ __metadata:
50385020
languageName: node
50395021
linkType: hard
50405022

5041-
"@react-navigation/native@npm:^7.1.8":
5042-
version: 7.1.24
5043-
resolution: "@react-navigation/native@npm:7.1.24"
5044-
dependencies:
5045-
"@react-navigation/core": "npm:^7.13.5"
5046-
escape-string-regexp: "npm:^4.0.0"
5047-
fast-deep-equal: "npm:^3.1.3"
5048-
nanoid: "npm:^3.3.11"
5049-
use-latest-callback: "npm:^0.2.4"
5050-
peerDependencies:
5051-
react: ">= 18.2.0"
5052-
react-native: "*"
5053-
checksum: 10/efa8c912a71d40d00105b683ce3ebaba5a2f5d78142f0236a9a8bd4d6ccee8e28a105ff7ddf7a1455aa1c24abee890da7660c3e4db22a438817473596190d31e
5054-
languageName: node
5055-
linkType: hard
5056-
5057-
"@react-navigation/routers@npm:^7.5.2":
5058-
version: 7.5.2
5059-
resolution: "@react-navigation/routers@npm:7.5.2"
5060-
dependencies:
5061-
nanoid: "npm:^3.3.11"
5062-
checksum: 10/b490b9bf9865cc419dfe9a7c3aa99041e7495b4b48e385716c1f9ce815fb59677c9c667de7e3b17d7e1fad6f9a7da5e26ace6f2ca8cb0be5e65178e9b9cc31a9
5063-
languageName: node
5064-
linkType: hard
5065-
50665023
"@react-navigation/routers@npm:^7.5.3":
50675024
version: 7.5.3
50685025
resolution: "@react-navigation/routers@npm:7.5.3"

0 commit comments

Comments
 (0)