Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
Fixes #2355
  • Loading branch information
sindresorhus committed Jun 6, 2024
1 parent cc346b7 commit dfc54d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"http2-wrapper": "^2.2.1",
"lowercase-keys": "^3.0.0",
"p-cancelable": "^4.0.1",
"responselike": "^3.0.0"
"responselike": "^3.0.0",
"type-fest": "^4.19.0"
},
"devDependencies": {
"@hapi/bourne": "^3.0.0",
Expand Down Expand Up @@ -100,7 +101,6 @@
"then-busboy": "^5.2.1",
"tough-cookie": "^4.1.4",
"tsx": "^4.10.4",
"type-fest": "^4.8.2",
"typescript": "^5.4.5",
"xo": "^0.56.0"
},
Expand Down

0 comments on commit dfc54d9

Please sign in to comment.