Skip to content

Commit

Permalink
fix(api): build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Apr 12, 2021
1 parent edfd233 commit 4b96fb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/jest": "^26.0.22",
"@types/koa": "^2.13.1",
"@types/koa-router": "^7.4.1",
"@types/koa__cors": "^3.0.2",
"@types/supertest": "^2.0.10",
"@vercel/ncc": "^0.28.2",
"jest": "^26.6.3",
Expand Down
7 changes: 7 additions & 0 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,13 @@
"@types/koa-compose" "*"
"@types/node" "*"

"@types/koa__cors@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/koa__cors/-/koa__cors-3.0.2.tgz#578917ffca964e98f5e9849996ae1eeda7c15704"
integrity sha512-gBetQR0DJ9JTG1YQoW33BADHCrDPJGiJUKUUcEPJwW1A2unzpIMhorEpXB6eMaaXTaqHLemcGnq3RmH9XaryRQ==
dependencies:
"@types/koa" "*"

"@types/mime@^1":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
Expand Down

0 comments on commit 4b96fb8

Please sign in to comment.