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

chore(deps): update dependency @rnx-kit/cli to v0.18.7 #2426

Merged
merged 2 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@react-native-community/cli": "^15.0.1",
"@react-native/babel-preset": "^0.77.0",
"@react-native/metro-config": "^0.77.0",
"@rnx-kit/cli": "^0.18.6",
"@rnx-kit/cli": "^0.18.7",
"@rnx-kit/metro-config": "^2.0.0",
"@rnx-kit/polyfills": "^0.2.0",
"@rnx-kit/tsconfig": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3401,9 +3401,9 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/cli@npm:^0.18.6":
version: 0.18.6
resolution: "@rnx-kit/cli@npm:0.18.6"
"@rnx-kit/cli@npm:^0.18.7":
version: 0.18.7
resolution: "@rnx-kit/cli@npm:0.18.7"
dependencies:
"@rnx-kit/align-deps": "npm:^3.0.1"
"@rnx-kit/config": "npm:^0.7.0"
Expand Down Expand Up @@ -3433,7 +3433,7 @@ __metadata:
optional: true
bin:
rnx-cli: bin/rnx-cli.cjs
checksum: 10c0/ec16d8458ddd5498c37f5c04b1122d82c0567ddd8d44abf015dfb066f9aa315f05c3693c2ca5872e3a35da9058cb3d810ae3eccc8529bf399940007eb0d19f58
checksum: 10c0/2c6ca501489537dd54792547733f7b0c32c2730c0d341d429605a2547793c64a3bdfc859a0671ee48034ddba5a1d1fd0d21c1c4980e00ef449f14abc05dc215f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7729,7 +7729,7 @@ __metadata:
"@react-native-webapis/web-storage": "npm:^0.4.1"
"@react-native/babel-preset": "npm:^0.77.0"
"@react-native/metro-config": "npm:^0.77.0"
"@rnx-kit/cli": "npm:^0.18.6"
"@rnx-kit/cli": "npm:^0.18.7"
"@rnx-kit/metro-config": "npm:^2.0.0"
"@rnx-kit/polyfills": "npm:^0.2.0"
"@rnx-kit/tsconfig": "npm:^2.0.0"
Expand Down
Loading