From 8b4cb2bec792b81f8a2f5aa76c3719a56792f103 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 25 Apr 2024 14:54:54 -0700 Subject: [PATCH] dependencies: Remove unused @types/koa-bodyparser. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been unused since its introduction in commit c13e3dee247c8fc78dbdc8236b89e2554af00d91. (koa-bodyparser is not @koa/bodyparser; the latter has built-in TypeScript support.) Signed-off-by: Anders Kaseorg --- package.json | 1 - pnpm-lock.yaml | 9 --------- 2 files changed, 10 deletions(-) diff --git a/package.json b/package.json index 15649c7d49..23d375ca7f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0482a277e5..c18991061a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: