Skip to content

Commit 64827a5

Browse files
committed
Upgrading bufout to not fail when flushing in verbose mode
1 parent 5cb8fe8 commit 64827a5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 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.1",
26+
"bufout": "^0.3.2",
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.80",
2020
"@commander-js/extra-typings": "^13.1.0",
21-
"bufout": "^0.3.1",
21+
"bufout": "^0.3.2",
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
@@ -76,7 +76,7 @@
7676
"license": "MIT",
7777
"dependencies": {
7878
"@commander-js/extra-typings": "^13.1.0",
79-
"bufout": "^0.3.1",
79+
"bufout": "^0.3.2",
8080
"chalk": "^5.4.1",
8181
"commander": "^13.1.0",
8282
"ora": "^8.2.0",

0 commit comments

Comments
 (0)