Skip to content

Commit b447b4b

Browse files
committed
replace when-exit with signal-exit
1 parent bf6420f commit b447b4b

File tree

3 files changed

+28
-110
lines changed

3 files changed

+28
-110
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@yeoman/adapter": "^1.6.0",
4646
"lodash-es": "^4.17.21",
4747
"mem-fs-editor": "^11.1.1",
48+
"signal-exit": "^4.1.0",
4849
"temp-dir": "^3.0.0",
49-
"type-fest": "^4.25.0",
50-
"when-exit": "^2.1.3"
50+
"type-fest": "^4.25.0"
5151
},
5252
"devDependencies": {
5353
"@types/lodash-es": "^4.17.12",

src/test-context.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import process from 'node:process';
2-
import onExit from 'when-exit';
2+
import { onExit } from 'signal-exit';
33
import type RunContext from './run-context.js';
44
import type RunResult from './run-result.js';
55

0 commit comments

Comments
 (0)