Skip to content

Commit 8e76c81

Browse files
authored
fix: fix ioredis dependency kinds (VF-000) (#80)
1 parent baeeb20 commit 8e76c81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}
1313
},
1414
"dependencies": {
15-
"@types/ioredis": "^4.28.10",
1615
"@voiceflow/logger": "1.6.1",
1716
"@voiceflow/verror": "^1.1.0",
1817
"chai": "^4.3.4",
@@ -34,6 +33,7 @@
3433
"@types/chai-as-promised": "^7.1.4",
3534
"@types/express": "^4.17.13",
3635
"@types/http-errors": "^1.8.2",
36+
"@types/ioredis": "^4.28.10",
3737
"@types/lodash": "^4.14.168",
3838
"@types/luxon": "^1.26.4",
3939
"@types/mocha": "9.1.0",
@@ -78,8 +78,10 @@
7878
"main": "build/index.js",
7979
"peerDependencies": {
8080
"@types/express": "^4.17.13",
81+
"@types/ioredis": "^4.28.10",
8182
"@voiceflow/common": "^7.2.0",
8283
"express-validator": "^6.3.0",
84+
"ioredis": "^4.28.5",
8385
"jszip": "^3.7.1"
8486
},
8587
"prettier": "@voiceflow/prettier-config",

0 commit comments

Comments
 (0)