Skip to content

Commit 7068d1b

Browse files
authored
Merge pull request #553 from mauricedoepke/master
update ioredis and remove deprecated types
2 parents 520d217 + 03aa7fc commit 7068d1b

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@istanbuljs/nyc-config-typescript": "^1.0.1",
4747
"@types/chai": "^4.2.12",
4848
"@types/chai-as-promised": "^7.1.3",
49-
"@types/ioredis": "^4.17.3",
5049
"@types/mocha": "^9.1.1",
5150
"@types/node": "16.11.7",
5251
"@types/simple-mock": "^0.8.1",
@@ -57,15 +56,15 @@
5756
"eslint": "^7.7.0",
5857
"graphql": "^15.7.2",
5958
"graphql-subscriptions": "^2.0.0",
60-
"ioredis": "^5.1.0",
59+
"ioredis": "^5.2.4",
6160
"mocha": "^10.0.0",
6261
"nyc": "^15.1.0",
6362
"simple-mock": "^0.8.0",
6463
"ts-node": "^10.4.0",
6564
"typescript": "^4.0.2"
6665
},
6766
"optionalDependencies": {
68-
"ioredis": "^5.1.0"
67+
"ioredis": "^5.2.4"
6968
},
7069
"typings": "dist/index.d.ts",
7170
"typescript": {

0 commit comments

Comments
 (0)