Skip to content

Commit

Permalink
fix: bump deps (per #50)
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Apr 25, 2019
1 parent f551195 commit e337a46
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -26,20 +26,20 @@
"dependencies": {
"co-redis": "^2.1.1",
"co-wrap-all": "^1.0.0",
"debug": "^3.1.0",
"ioredis": "^3.2.2",
"debug": "^4.1.1",
"ioredis": "^4.9.0",
"redis": "^2.8.0"
},
"devDependencies": {
"autod": "^2.9.0",
"co-mocha": "^1.2.0",
"connect": "^3.6.3",
"connect-redis": "^3.3.0",
"autod": "^3.1.0",
"co-mocha": "^1.2.2",
"connect": "^3.6.6",
"connect-redis": "^3.4.1",
"istanbul": "^0.4.5",
"koa": "^2.3.0",
"koa-generic-session": "^2.0.0",
"mocha": "^3.5.0",
"should": "^13.0.1"
"koa": "^2.7.0",
"koa-generic-session": "^2.0.1",
"mocha": "^3.5.3",
"should": "^13.2.3"
},
"engines": {
"node": ">= 4"
Expand Down

4 comments on commit e337a46

@vampolo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super! thank you!

@vampolo
Copy link

@vampolo vampolo commented on e337a46 Apr 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that updating the other dependencies out of ioredis breaks the Node 4 support https://travis-ci.org/koajs/koa-redis/jobs/524602872 . Not a big deal for me.

@niftylettuce
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taking a look now

@niftylettuce
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good now with latest push

Please sign in to comment.