Skip to content

Commit 8396fa4

Browse files
committed
Update to ioredis 4
1 parent cc2f445 commit 8396fa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"homepage": "https://github.com/fastify/fastify-redis#readme",
2828
"devDependencies": {
29-
"fastify": "^1.2.1",
29+
"fastify": "^1.9.0",
3030
"redis": "^2.8.0",
3131
"standard": "^11.0.1",
32-
"tap": "^11.1.3"
32+
"tap": "^12.0.1"
3333
},
3434
"dependencies": {
35-
"fastify-plugin": "^0.2.2",
36-
"ioredis": "^3.2.2"
35+
"fastify-plugin": "^1.2.0",
36+
"ioredis": "^4.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)