Skip to content

Commit

Permalink
chore: Bump deps (stipsan#911)
Browse files Browse the repository at this point in the history
* chore: consistent semver

* chore: bump ioredis mock to the next version

* docs: update feature compat table
  • Loading branch information
stipsan authored Jan 3, 2020
1 parent 41f1722 commit 3002ea4
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 265 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ioredis-mock · [![npm](https://img.shields.io/npm/dm/ioredis-mock.svg?style=flat-square)](https://npm-stat.com/charts.html?package=ioredis-mock) [![npm version](https://img.shields.io/npm/v/ioredis-mock.svg?style=flat-square)](https://www.npmjs.com/package/ioredis-mock) [![Redis Compatibility: 61%](https://img.shields.io/badge/redis-61%25-yellow.svg?style=flat-square)](compat.md) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
# ioredis-mock · [![npm](https://img.shields.io/npm/dm/ioredis-mock.svg?style=flat-square)](https://npm-stat.com/charts.html?package=ioredis-mock) [![npm version](https://img.shields.io/npm/v/ioredis-mock.svg?style=flat-square)](https://www.npmjs.com/package/ioredis-mock) [![Redis Compatibility: 62%](https://img.shields.io/badge/redis-62%25-yellow.svg?style=flat-square)](compat.md) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

This library emulates [ioredis](https://github.com/luin/ioredis) by performing
all operations in-memory. The best way to do integration testing against redis
Expand Down
2 changes: 1 addition & 1 deletion compat.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported commands ![Commands Coverage: 61%](https://img.shields.io/badge/coverage-61%25-yellow.svg)
## Supported commands ![Commands Coverage: 62%](https://img.shields.io/badge/coverage-62%25-yellow.svg)

| redis | ioredis | ioredis-mock |
| --------------------------------------------------------------------- | :----------------: | :----------------: |
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,26 @@
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"babel-eslint": "10.0.3",
"bluebird": "3.7.2",
"chance": "1.1.4",
"codeclimate-test-reporter": "0.5.1",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-import": "2.19.1",
"expect": "1.20.2",
"husky": "3.1.0",
"ioredis": "4.14.1",
"lint-staged": "9.5.0",
"mocha": "6.2.2",
"babel-eslint": "^10.0.3",
"bluebird": "^3.7.2",
"chance": "^1.1.4",
"codeclimate-test-reporter": "^0.5.1",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"expect": "^1.20.2",
"husky": "^3.1.0",
"ioredis": "^4.15.1",
"lint-staged": "^9.5.0",
"mocha": "^6.2.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "15.0.0",
"prettier": "1.19.1",
"prettier-package-json": "2.1.3",
"redis-commands": "1.5.0",
"stream-mock": "2.0.5"
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"prettier-package-json": "^2.1.3",
"redis-commands": "^1.5.0",
"stream-mock": "^2.0.5"
},
"keywords": [
"fakeredis",
Expand Down
Loading

0 comments on commit 3002ea4

Please sign in to comment.