Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Jan 16, 2018
1 parent cd522ff commit 96af27e
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 266 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,40 +61,40 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"css-loader": "^0.28.8",
"del": "^3.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^4.14.0",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"express": "^4.16.2",
"file-loader": "^1.1.6",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel-istanbul": "^1.6.0",
"gulp-clean-css": "^3.8.0",
"gulp-clean-css": "^3.9.2",
"gulp-coveralls": "^0.1.4",
"gulp-eol": "^0.1.2",
"gulp-eslint": "^4.0.0",
"gulp-eslint": "^4.0.1",
"gulp-ignore": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-istanbul": "^1.1.2",
"gulp-istanbul": "^1.1.3",
"gulp-jison": "^1.2.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^2.29.0",
"jquery": "^3.2.1",
"jquery.terminal": "^1.11.0",
"jquery.terminal": "^1.11.3",
"jsdoc": "^3.5.5",
"lodash": "^4.17.4",
"mocha": "^4.0.0",
"mocha": "^4.1.0",
"node-resemble-js": "^0.2.0",
"open": "^0.0.5",
"raw-loader": "^0.5.1",
Expand All @@ -103,24 +103,24 @@
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-string": "^2.0.2",
"run-sequence": "^2.0.0",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.6",
"sass-module-importer": "^1.4.0",
"selenium-webdriver": "^3.5.0",
"sinon": "^4.1.3",
"sinon": "^4.1.5",
"sinon-chai": "^2.11.0",
"spin.js": "^2.3.2",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.19.1",
"toastr": "^2.1.4",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-dev-server": "^2.11.0",
"webpack-merge": "^4.1.1",
"yargs": "^10.0.3"
"yargs": "^10.1.1"
},
"greenkeeper": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion src/utils/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('utils/logger', function() {
for (let i = 0, n = levels.length; i < n; ++i) {
log.level = levels[i];
for (let j = 0; j < n; ++j) {
callback.reset();
callback.resetHistory();
log.message(levels[j], levels[j]);
if (j >= i) {
expect(callback).to.be.calledOnce();
Expand Down
Loading

0 comments on commit 96af27e

Please sign in to comment.