From fa7d7b4579c14af9f5e25bddafc348ef32063180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=E9=87=91=E5=8F=AF=E6=98=8E?= Date: Tue, 31 May 2022 12:54:20 +0200 Subject: [PATCH] fix: remove @types/ioredis --- package.json | 1 - yarn.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 398727d4..e197c37f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "@nestjs/throttler": "^2.0.0", "@nestjs/websockets": "^7.6.18", "@types/express": "^4.17.12", - "@types/ioredis": "^4.26.4", "@types/jest": "27.5.0", "@types/node": "^17.0.2", "@types/socket.io-client": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index e3ca0f29..ecc75de1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1515,13 +1515,6 @@ resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69" integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== -"@types/ioredis@^4.26.4": - version "4.28.10" - resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.28.10.tgz#40ceb157a4141088d1394bb87c98ed09a75a06ff" - integrity sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ== - dependencies: - "@types/node" "*" - "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"