rfink / sequelize-redis-cache

Small fluent interface for caching sequelize database query results in redis more easily
MIT License
175 stars 47 forks source link

Update dependencies versions #22

Closed roccomuso closed 7 years ago

roccomuso commented 8 years ago

I guess we could easily bump the dependencies versions to the latest ones. :)

Package         Current          Wanted     Latest
bluebird          2.3.2           2.3.2       3.4.1
circular-json    0.1.6           0.1.6       0.3.0
mocha            1.21.4         1.21.4     2.5.3
sequelize        3.0.1           3.0.1       3.23.6
should             4.0.4          4.0.4        10.0.0
rfink commented 7 years ago

These are updated in the new release, 2.0.0.

Note: 2.0.0 has a backwards incompatible API change.

Thanks!