Skip to content

Commit 99fd059

Browse files
authored
fix: fix typings issue with IORedis (VF-000) (#76)
1 parent 354c8c9 commit 99fd059

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
}
1313
},
1414
"dependencies": {
15+
"@types/ioredis": "^4.28.10",
1516
"@voiceflow/logger": "1.6.1",
1617
"@voiceflow/verror": "^1.1.0",
1718
"chai": "^4.3.4",
@@ -32,7 +33,6 @@
3233
"@types/chai-as-promised": "^7.1.4",
3334
"@types/express": "^4.17.13",
3435
"@types/http-errors": "^1.8.2",
35-
"@types/ioredis": "^4.26.4",
3636
"@types/lodash": "^4.14.168",
3737
"@types/luxon": "^1.26.4",
3838
"@types/mocha": "9.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -894,10 +894,10 @@
894894
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.2.tgz#7315b4c4c54f82d13fa61c228ec5c2ea5cc9e0e1"
895895
integrity sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==
896896

897-
"@types/ioredis@^4.26.4":
898-
version "4.26.4"
899-
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.26.4.tgz#a2b1ed51ddd2c707d7eaac5017cc34a0fe51558a"
900-
integrity sha512-QFbjNq7EnOGw6d1gZZt2h26OFXjx7z+eqEnbCHSrDI1OOLEgOHMKdtIajJbuCr9uO+X9kQQRe7Lz6uxqxl5XKg==
897+
"@types/ioredis@^4.28.10":
898+
version "4.28.10"
899+
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.28.10.tgz#40ceb157a4141088d1394bb87c98ed09a75a06ff"
900+
integrity sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==
901901
dependencies:
902902
"@types/node" "*"
903903

0 commit comments

Comments
 (0)