Skip to content

Commit

Permalink
chore: update peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Jul 20, 2017
1 parent 6934270 commit 789471b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -27,22 +27,22 @@
"dependencies": {
"double-ended-queue": "^2.1.0-0",
"redis-commands": "^1.2.0",
"redis-parser": "^2.5.0"
"redis-parser": "^2.6.0"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"bluebird": "^3.0.2",
"coveralls": "^2.11.2",
"eslint": "^3.5.0",
"cross-spawn": "^5.0.0",
"eslint": "^4.2.0",
"intercept-stdout": "~0.1.2",
"metrics": "^0.1.9",
"mocha": "^3.1.2",
"nyc": "^8.3.0",
"nyc": "^11.0.0",
"tcp-port-used": "^0.1.2",
"uuid": "^2.0.1",
"win-spawn": "^2.0.0"
"uuid": "^2.0.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/redis-process.js
Expand Up @@ -4,7 +4,7 @@
var config = require('./config');
var fs = require('fs');
var path = require('path');
var spawn = require('win-spawn');
var spawn = require('cross-spawn');
var tcpPortUsed = require('tcp-port-used');
var bluebird = require('bluebird');

Expand Down

0 comments on commit 789471b

Please sign in to comment.