Skip to content

Commit

Permalink
replace when-exit with signal-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 28, 2024
1 parent bf6420f commit b447b4b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 110 deletions.
132 changes: 25 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@yeoman/adapter": "^1.6.0",
"lodash-es": "^4.17.21",
"mem-fs-editor": "^11.1.1",
"signal-exit": "^4.1.0",
"temp-dir": "^3.0.0",
"type-fest": "^4.25.0",
"when-exit": "^2.1.3"
"type-fest": "^4.25.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
2 changes: 1 addition & 1 deletion src/test-context.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import process from 'node:process';
import onExit from 'when-exit';
import { onExit } from 'signal-exit';
import type RunContext from './run-context.js';
import type RunResult from './run-result.js';

Expand Down

0 comments on commit b447b4b

Please sign in to comment.