mirror of https://github.com/zulip/zulip.git
dependencies: Remove unused @types/koa-bodyparser.
It’s been unused since its introduction in commit
c13e3dee24
. (koa-bodyparser is not
@koa/bodyparser; the latter has built-in TypeScript support.)
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
c9a9d7b914
commit
8b4cb2bec7
|
@ -14,7 +14,6 @@
|
|||
"@sentry/browser": "^7.51.2",
|
||||
"@types/co-body": "^6.1.3",
|
||||
"@types/koa": "^2.15.0",
|
||||
"@types/koa-bodyparser": "^4.3.12",
|
||||
"@uppy/core": "^3.0.2",
|
||||
"@uppy/progress-bar": "^3.0.1",
|
||||
"@uppy/xhr-upload": "^3.0.2",
|
||||
|
|
|
@ -52,9 +52,6 @@ dependencies:
|
|||
'@types/koa':
|
||||
specifier: ^2.15.0
|
||||
version: 2.15.0
|
||||
'@types/koa-bodyparser':
|
||||
specifier: ^4.3.12
|
||||
version: 4.3.12
|
||||
'@uppy/core':
|
||||
specifier: ^3.0.2
|
||||
version: 3.10.0
|
||||
|
@ -3135,12 +3132,6 @@ packages:
|
|||
resolution: {integrity: sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ==}
|
||||
dev: false
|
||||
|
||||
/@types/koa-bodyparser@4.3.12:
|
||||
resolution: {integrity: sha512-hKMmRMVP889gPIdLZmmtou/BijaU1tHPyMNmcK7FAHAdATnRcGQQy78EqTTxLH1D4FTsrxIzklAQCso9oGoebQ==}
|
||||
dependencies:
|
||||
'@types/koa': 2.15.0
|
||||
dev: false
|
||||
|
||||
/@types/koa-compose@3.2.8:
|
||||
resolution: {integrity: sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue