Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
bumped dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moeriki committed Jan 29, 2017
1 parent 1b40968 commit fb307b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions __test__/index.test.js
Expand Up @@ -8,13 +8,13 @@ const delay = require('delay');

const qute = require('../index');

const utils = require('./__utils__');

const WAITING = utils.WAITING;
const RUNNING = utils.RUNNING;
const RESOLVED = utils.RESOLVED;
const REJECTED = utils.REJECTED;
const deferred = utils.deferred;
const {
WAITING,
RUNNING,
RESOLVED,
REJECTED,
deferred,
} = require('./__utils__');

// private variables

Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -21,16 +21,16 @@
"any-promise": "~1.3.0"
},
"devDependencies": {
"babel-jest": "~17.0.2",
"babel-polyfill": "~6.16.0",
"babel-preset-latest": "~6.16.0",
"babel-jest": "~18.0.0",
"babel-polyfill": "~6.22.0",
"babel-preset-latest": "~6.22.0",
"coveralls": "~2.11.14",
"delay": "~1.3.1",
"eslint": "~3.10.2",
"eslint-config-muriki": "~7.0.0",
"eslint": "~3.14.1",
"eslint-config-muriki": "~8.1.4",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jasmine": "~2.1.0",
"eslint-plugin-node": "~3.0.3",
"jest": "~17.0.3"
"eslint-plugin-jasmine": "~2.2.0",
"eslint-plugin-node": "~3.0.5",
"jest": "~18.1.0"
}
}

0 comments on commit fb307b6

Please sign in to comment.