Skip to content

Commit ebf90eb

Browse files
committed
Bumped dependencies
1 parent efd5023 commit ebf90eb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "standard && tap test.js",
8-
"redis": "docker run -p 6379:6379 redis:3.0.7"
8+
"redis": "docker run -p 6379:6379 --rm redis:3.0.7"
99
},
1010
"repository": {
1111
"type": "git",
@@ -16,7 +16,8 @@
1616
"redis",
1717
"database",
1818
"speed",
19-
"cache"
19+
"cache",
20+
"ioredis"
2021
],
2122
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
2223
"license": "MIT",
@@ -25,13 +26,13 @@
2526
},
2627
"homepage": "https://github.com/fastify/fastify-redis#readme",
2728
"devDependencies": {
28-
"fastify": "^0.39.0",
29-
"ioredis": "^3.2.1",
30-
"standard": "^10.0.3",
31-
"tap": "^11.0.1"
29+
"fastify": "^1.2.1",
30+
"redis": "^2.8.0",
31+
"standard": "^11.0.1",
32+
"tap": "^11.1.3"
3233
},
3334
"dependencies": {
34-
"fastify-plugin": "^0.2.1",
35-
"redis": "^2.8.0"
35+
"fastify-plugin": "^0.2.2",
36+
"ioredis": "^3.2.2"
3637
}
3738
}

0 commit comments

Comments
 (0)