Skip to content

Commit

Permalink
fix: add types package for mime package
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 15, 2023
1 parent db2d81a commit 4eb3dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/adapter-file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@tsconfig/recommended": "^1.0.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.5.0",
"@types/mime": "^3.0.1",
"express": "^4.18.1",
"jest": "^28.1.0",
"ts-jest": "^28.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@tsconfig/recommended": "^1.0.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.5.0",
"@types/mime": "^3.0.1",
"express": "^4.18.1",
"jest": "^28.1.0",
"ts-jest": "^28.0.2",
Expand Down

0 comments on commit 4eb3dd9

Please sign in to comment.