Skip to content

Commit f9f9d6c

Browse files
authored
Merge pull request #606 from bneigher/bneigher/@types/ioredis
feat: use @types instead of inferring from ioredis directly
2 parents c36f701 + 9268c95 commit f9f9d6c

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

package-lock.json

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@istanbuljs/nyc-config-typescript": "^1.0.1",
4444
"@types/chai": "^4.2.12",
4545
"@types/chai-as-promised": "^7.1.3",
46+
"@types/ioredis": "^5.0.0",
4647
"@types/mocha": "^9.1.1",
4748
"@types/node": "16.11.7",
4849
"@types/simple-mock": "^0.8.1",
@@ -53,15 +54,15 @@
5354
"eslint": "^8.23.0",
5455
"graphql": "^15.7.2",
5556
"graphql-subscriptions": "^2.0.0",
56-
"ioredis": "^5.2.4",
57+
"ioredis": "^5.3.2",
5758
"mocha": "^10.0.0",
5859
"nyc": "^15.1.0",
5960
"simple-mock": "^0.8.0",
6061
"ts-node": "^10.9.1",
6162
"typescript": "^4.8.2"
6263
},
6364
"optionalDependencies": {
64-
"ioredis": "^5.2.4"
65+
"ioredis": "^5.3.2"
6566
},
6667
"typings": "dist/index.d.ts",
6768
"typescript": {

0 commit comments

Comments
 (0)