Skip to content

Commit

Permalink
template/express-rest-api: Fix lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Apr 2, 2024
1 parent c1dc8db commit ef0fbe4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changeset/gentle-suits-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'skuba': patch
---

template/express-rest-api: Fix lint failure

This resolves the following failure on a newly-initialised project due to a regression in the `@types/express` dependency chain:

```console
error TS2688: Cannot find type definition file for 'mime'.
The file is in the program because:
Entry point for implicit type library 'mime'
```
1 change: 1 addition & 0 deletions template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/express": "^4.17.13",
"@types/node": "^20.9.0",
"@types/supertest": "^6.0.0",
"mime": "^4.0.1",
"pino-pretty": "^11.0.0",
"skuba": "*",
"supertest": "^6.1.6"
Expand Down

0 comments on commit ef0fbe4

Please sign in to comment.