Skip to content

Commit

Permalink
fix: enhance abort handlers clean up (#889)
Browse files Browse the repository at this point in the history
* fix: enhance abort handlers clean up

relates #881

* chore: up dev deps
  • Loading branch information
antongolub committed Sep 11, 2024
1 parent bff3551 commit ac2567f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 28 deletions.
90 changes: 66 additions & 24 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@types/node": ">=20"
},
"devDependencies": {
"@size-limit/file": "^11.1.4",
"@size-limit/file": "^11.1.5",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"@types/node": ">=20.11.30",
Expand All @@ -118,14 +118,14 @@
"minimist": "^1.2.8",
"node-fetch-native": "^1.6.4",
"prettier": "^3.3.3",
"size-limit": "^11.1.4",
"size-limit": "^11.1.5",
"ts-node": "^10.9.2",
"tsd": "^0.31.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"which": "^4.0.0",
"yaml": "^2.5.1",
"zurk": "^0.3.1"
"zurk": "^0.3.2"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
Expand Down

0 comments on commit ac2567f

Please sign in to comment.