We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeeb20 commit 8e76c81Copy full SHA for 8e76c81
package.json
@@ -12,7 +12,6 @@
12
}
13
},
14
"dependencies": {
15
- "@types/ioredis": "^4.28.10",
16
"@voiceflow/logger": "1.6.1",
17
"@voiceflow/verror": "^1.1.0",
18
"chai": "^4.3.4",
@@ -34,6 +33,7 @@
34
33
"@types/chai-as-promised": "^7.1.4",
35
"@types/express": "^4.17.13",
36
"@types/http-errors": "^1.8.2",
+ "@types/ioredis": "^4.28.10",
37
"@types/lodash": "^4.14.168",
38
"@types/luxon": "^1.26.4",
39
"@types/mocha": "9.1.0",
@@ -78,8 +78,10 @@
78
"main": "build/index.js",
79
"peerDependencies": {
80
81
82
"@voiceflow/common": "^7.2.0",
83
"express-validator": "^6.3.0",
84
+ "ioredis": "^4.28.5",
85
"jszip": "^3.7.1"
86
87
"prettier": "@voiceflow/prettier-config",
0 commit comments