Skip to content

Commit 71d98ee

Browse files
committed
fix: pick up improved signal handling fixes from store and madwizard
laptop suspension and ctrl+z would oddly kill jobs
1 parent 35330f2 commit 71d98ee

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plugin-codeflare-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@logdna/tail-file": "^3.0.1",
3131
"chokidar": "^3.5.3",
3232
"ink": "^3.2.0",
33-
"madwizard": "^8.0.2",
33+
"madwizard": "^8.0.3",
3434
"pretty-ms": "^7.0.1",
3535
"strip-ansi": "6.0.0"
3636
}

plugins/plugin-codeflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@patternfly/react-core": "^4.276.6",
3737
"asciinema-player": "^3.1.0",
3838
"chokidar": "^3.5.3",
39-
"madwizard": "^8.0.2",
39+
"madwizard": "^8.0.3",
4040
"needle": "^3.2.0",
4141
"open": "^8.4.2",
4242
"pretty-bytes": "^6.1.0",

0 commit comments

Comments
 (0)