Skip to content

Commit

Permalink
chore: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Feb 7, 2024
1 parent a732490 commit b91cebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,17 @@
},
"dependencies": {
"image-size": "^1.1.1",
"undici": "^6.5.0"
"undici": "^6.6.2"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.3.2",
"@swc/core": "^1.3.106",
"@types/node": "^20.11.7",
"@types/tap": "^15.0.11",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@types/node": "^20.11.16",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export async function info(

return promise!
} catch (error) {
// eslint-disable-next-line n/no-callback-literal
callback(error as Error)
return promise!
}
Expand Down

0 comments on commit b91cebb

Please sign in to comment.