File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
109compressionLevel : 0
1110enableGlobalCache : false
1211enableScripts : false
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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:" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments