Skip to content

Commit 3eedb14

Browse files
committed
fixup! chore: fix nightlies failing to build react-native-safe-area-context
1 parent f27fc0d commit 3eedb14

8 files changed

Lines changed: 206 additions & 209 deletions

File tree

.yarnrc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ catalog:
22
"@babel/core": ^7.25.2
33
"@babel/preset-env": ^7.25.3
44
"@react-native-webapis/web-storage": ^0.4.5
5-
"@rnx-kit/cli": ^1.0.0
6-
"@rnx-kit/metro-config": ^2.2.3
7-
"@rnx-kit/polyfills": ^0.2.0
5+
"@rnx-kit/cli": ^2.0.1
6+
"@rnx-kit/metro-config": ^2.2.4
7+
"@rnx-kit/polyfills": ^0.3.0
88
"@rnx-kit/tsconfig": ^3.0.1
9-
"react-native-safe-area-context": ^5.8.0
109
compressionLevel: 0
1110
enableGlobalCache: false
1211
enableScripts: false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@nx/js": "^22.0.0",
33-
"@rnx-kit/align-deps": "^3.4.5",
34-
"@rnx-kit/lint-lockfile": "^0.1.0",
33+
"@rnx-kit/align-deps": "^4.0.1",
34+
"@rnx-kit/lint-lockfile": "^0.2.0",
3535
"@rnx-kit/oxlint-config": "^1.0.3",
3636
"@rnx-kit/tools-git": "^0.1.1",
3737
"@swc-node/register": "^1.11.1",

packages/app/example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@react-native-webapis/web-storage": "catalog:",
2323
"react": "19.2.3",
2424
"react-native": "^0.85.0",
25-
"react-native-safe-area-context": "catalog:"
25+
"react-native-safe-area-context": "^5.6.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.25.2",
@@ -32,10 +32,10 @@
3232
"@react-native-community/cli-platform-ios": "^20.1.0",
3333
"@react-native/babel-preset": "^0.85.0",
3434
"@react-native/metro-config": "^0.85.0",
35-
"@rnx-kit/cli": "^1.0.0",
36-
"@rnx-kit/metro-config": "^2.2.3",
37-
"@rnx-kit/polyfills": "^0.2.0",
38-
"@rnx-kit/tsconfig": "^3.0.1",
35+
"@rnx-kit/cli": "catalog:",
36+
"@rnx-kit/metro-config": "^2.2.4",
37+
"@rnx-kit/polyfills": "catalog:",
38+
"@rnx-kit/tsconfig": "catalog:",
3939
"@types/react": "~19.2.0",
4040
"@wdio/types": "^9.20.0",
4141
"appium": "^3.1.1",

packages/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"@react-native-community/cli": "^20.1.0",
102102
"@react-native-community/cli-types": "^20.1.0",
103103
"@react-native-community/template": "^0.85.0",
104-
"@rnx-kit/lint-lockfile": "^0.1.0",
105104
"@rnx-kit/tsconfig": "^3.0.1",
106105
"@types/js-yaml": "^4.0.5",
107106
"@types/mustache": "^4.0.0",

packages/app/scripts/configure.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ export function updatePackageManifest(
570570

571571
const { name: rntaName, version: rntaVersion } = readManifest();
572572
manifest["devDependencies"] = mergeObjects(manifest["devDependencies"], {
573-
"@rnx-kit/metro-config": "^2.2.3",
573+
"@rnx-kit/metro-config": "^2.2.4",
574574
[rntaName]: `^${rntaVersion}`,
575575
});
576576

packages/example-macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "19.1.4",
2121
"react-native": "^0.81.6",
2222
"react-native-macos": "^0.81.0",
23-
"react-native-safe-area-context": "catalog:"
23+
"react-native-safe-area-context": "^5.6.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "catalog:",

packages/example-windows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@react-native-webapis/web-storage": "catalog:",
1919
"react": "19.1.1",
2020
"react-native": "^0.82.0",
21-
"react-native-safe-area-context": "catalog:",
21+
"react-native-safe-area-context": "^5.6.0",
2222
"react-native-windows": "^0.82.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)