Skip to content

Commit 55df470

Browse files
committed
Upgrade bufout to propagate SIGTERM
1 parent 8920531 commit 55df470

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

apps/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@react-native/typescript-config": "0.79.0",
2525
"@rnx-kit/metro-config": "^2.0.1",
2626
"@types/react": "^19.0.0",
27-
"bufout": "^0.3.2",
27+
"bufout": "^0.3.4",
2828
"ferric-example": "^0.1.0",
2929
"mocha": "^11.6.0",
3030
"mocha-remote-cli": "^1.13.1",

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cmake-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@commander-js/extra-typings": "^13.1.0",
26-
"bufout": "^0.3.2",
26+
"bufout": "^0.3.4",
2727
"chalk": "^5.4.1",
2828
"cmake-js": "^7.3.1",
2929
"commander": "^13.1.0",

packages/ferric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@napi-rs/cli": "3.0.0-alpha.89",
2020
"@commander-js/extra-typings": "^13.1.0",
21-
"bufout": "^0.3.2",
21+
"bufout": "^0.3.4",
2222
"chalk": "^5.4.1",
2323
"commander": "^13.1.0",
2424
"ora": "^8.2.0"

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"license": "MIT",
7878
"dependencies": {
7979
"@commander-js/extra-typings": "^13.1.0",
80-
"bufout": "^0.3.2",
80+
"bufout": "^0.3.4",
8181
"chalk": "^5.4.1",
8282
"commander": "^13.1.0",
8383
"ora": "^8.2.0",

0 commit comments

Comments
 (0)