Remove eslint ignore annotation & add back koa to dev dependencies

This commit is contained in:
Convly 2023-01-04 14:13:37 +01:00
parent e01e745ab2
commit 4191788aaa
3 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,8 @@
"@types/tar": "6.1.3",
"@types/tar-stream": "2.2.2",
"@types/uuid": "9.0.0",
"@types/koa": "2.13.1",
"koa": "2.13.4",
"@types/koa": "2.13.4",
"rimraf": "3.0.2",
"typescript": "4.6.2"
},

View File

@ -1,4 +1,3 @@
// eslint-disable-next-line node/no-extraneous-import
import type { Context } from 'koa';
import type { ServerOptions } from 'ws';

View File

@ -6300,10 +6300,10 @@
"@types/koa-compose" "*"
"@types/node" "*"
"@types/koa@2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.1.tgz#e29877a6b5ad3744ab1024f6ec75b8cbf6ec45db"
integrity sha512-Qbno7FWom9nNqu0yHZ6A0+RWt4mrYBhw3wpBAQ3+IuzGcLlfeYkzZrnMq5wsxulN2np8M4KKeUpTodsOsSad5Q==
"@types/koa@2.13.4":
version "2.13.4"
resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.4.tgz#10620b3f24a8027ef5cbae88b393d1b31205726b"
integrity sha512-dfHYMfU+z/vKtQB7NUrthdAEiSvnLebvBjwHtfFmpZmB7em2N3WVQdHgnFq+xvyVgxW5jKDmjWfLD3lw4g4uTw==
dependencies:
"@types/accepts" "*"
"@types/content-disposition" "*"