From ed575c68df56e935e3a5446584ccac9bac35e201 Mon Sep 17 00:00:00 2001 From: Konstantinos Kopanidis Date: Wed, 8 Nov 2023 16:37:57 +0200 Subject: [PATCH] chore: remove @types/ioredis since they are included with the main lib (#788) --- libraries/grpc-sdk/package.json | 2 -- libraries/hermes/package.json | 1 - libraries/module-tools/package.json | 1 - packages/commons/package.json | 1 - yarn.lock | 9 +-------- 5 files changed, 1 insertion(+), 13 deletions(-) diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index 312eb1846..92d0a4391 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -18,7 +18,6 @@ "@grpc/grpc-js": "^1.9.7", "@grpc/proto-loader": "^0.7.6", "@types/google-protobuf": "^3.15.6", - "@types/ioredis": "^5.0.0", "@types/lodash": "^4.14.200", "abort-controller-x": "^0.4.1", "convict": "^6.2.4", @@ -51,7 +50,6 @@ "@types/express": "^4.17.17", "@types/fs-extra": "^11.0.2", "@types/google-protobuf": "^3.15.6", - "@types/ioredis": "^5.0.0", "@types/lodash": "^4.14.200", "@types/node": "20.8.10", "copyfiles": "^2.4.1", diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index dbbc0db37..65655b1ef 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -53,7 +53,6 @@ "@types/cors": "^2.8.14", "@types/express": "~4.17.17", "@types/graphql-type-json": "^0.3.2", - "@types/ioredis": "^5.0.0", "@types/lodash": "^4.14.200", "@types/node": "20.8.10", "@types/object-hash": "^3.0.4", diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 15cac348a..ff09a84cf 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -43,7 +43,6 @@ "@types/express": "^4.17.17", "@types/fs-extra": "^11.0.2", "@types/google-protobuf": "^3.15.6", - "@types/ioredis": "^5.0.0", "@types/lodash": "^4.14.200", "@types/node": "20.8.10", "copyfiles": "^2.4.1", diff --git a/packages/commons/package.json b/packages/commons/package.json index a26d9e490..6dddece5d 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -34,7 +34,6 @@ "devDependencies": { "@types/convict": "^6.1.1", "@types/express": "~4.17.17", - "@types/ioredis": "^5.0.0", "@types/is-natural-number": "^4.0.2", "@types/lodash": "^4.14.200", "@types/node": "20.8.10", diff --git a/yarn.lock b/yarn.lock index 518413571..9a9c8eaa7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3875,13 +3875,6 @@ dependencies: "@types/node" "*" -"@types/ioredis@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-5.0.0.tgz#c1ea7e2f3e2c5a942a27cfee6f62ddcfb23fb3e7" - integrity sha512-zJbJ3FVE17CNl5KXzdeSPtdltc4tMT3TzC6fxQS0sQngkbFZ6h+0uTafsRqu+eSLIugf6Yb0Ea0SUuRr42Nk9g== - dependencies: - ioredis "*" - "@types/is-natural-number@^4.0.2": version "4.0.2" resolved "https://registry.yarnpkg.com/@types/is-natural-number/-/is-natural-number-4.0.2.tgz#bddb050f08770b6a6b922382cbaab065a794e51d" @@ -8057,7 +8050,7 @@ inquirer@^8.2.4: through "^2.3.6" wrap-ansi "^7.0.0" -ioredis@*, ioredis@^5.3.2: +ioredis@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7" integrity sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==