Skip to content

Commit 585ff45

Browse files
authored
Merge pull request #22 from nileshmali/update-to-ioredis-4
Update to ioredis 4
2 parents cc2f445 + 8d44104 commit 585ff45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "9"
4+
- "10"
55
- "8"
66
- "6"
77

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)