Skip to content

Commit

Permalink
Merge pull request #606 from bneigher/bneigher/@types/ioredis
Browse files Browse the repository at this point in the history
feat: use @types instead of inferring from ioredis directly
  • Loading branch information
davidyaha committed May 2, 2024
2 parents c36f701 + 9268c95 commit f9f9d6c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
52 changes: 36 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/ioredis": "^5.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "16.11.7",
"@types/simple-mock": "^0.8.1",
Expand All @@ -53,15 +54,15 @@
"eslint": "^8.23.0",
"graphql": "^15.7.2",
"graphql-subscriptions": "^2.0.0",
"ioredis": "^5.2.4",
"ioredis": "^5.3.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"simple-mock": "^0.8.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"optionalDependencies": {
"ioredis": "^5.2.4"
"ioredis": "^5.3.2"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down

0 comments on commit f9f9d6c

Please sign in to comment.