Skip to content

Commit

Permalink
update deps. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored May 9, 2018
1 parent f6edb6d commit 16b2af6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"ansi-escapes": "^3.1.0",
"buffered-spawn": "^3.3.2",
"bufferstreams": "^2.0.1",
"chalk": "^2.4.0",
"chalk": "^2.4.1",
"checkstyle-formatter": "^1.1.0",
"ci-info": "^1.1.3",
"cli-truncate": "^1.1.0",
"emphasize": "^2.0.0",
"fancy-log": "^1.3.2",
"fs-extra": "^6.0.0",
"got": "^8.3.0",
"in-gfw": "^1.0.0",
"got": "^8.3.1",
"in-gfw": "^1.1.1",
"is-windows": "^1.0.2",
"js-yaml": "^3.11.0",
"junit-report-builder": "^1.3.0",
Expand All @@ -29,7 +29,7 @@
"to-time": "^1.0.2"
},
"devDependencies": {
"codecov": "^3.0.0",
"codecov": "^3.0.2",
"csslint": "^1.0.5",
"eclint": "^2.7.0",
"eslint": "^4.19.1",
Expand All @@ -39,12 +39,12 @@
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"exec-extra": "^2.3.2",
"exec-extra": "^2.4.0",
"goo.gl": "^0.1.4",
"greenkeeper-lockfile": "^1.14.0",
"greenkeeper-lockfile": "^1.15.0",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^4.0.2",
"gulp-html-postcss": "^7.0.5",
"gulp-html-postcss": "^7.1.0",
"gulp-htmlhint": "^2.1.1",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
Expand All @@ -53,18 +53,18 @@
"gulp-stylint": "^4.0.2",
"gulp-tslint": "^8.1.3",
"gulp-xo": "^0.17.1",
"jsdom": "^11.9.0",
"jsdom": "^11.10.0",
"jshint": "^2.9.5",
"json-stable-stringify": "^1.0.1",
"mocha": "^5.1.1",
"npm-run-all": "^4.1.2",
"nyc": "^11.7.1",
"npm-run-all": "^4.1.3",
"nyc": "^11.7.2",
"proxyquire": "^2.0.1",
"sinon": "^5.0.0",
"sinon": "^5.0.7",
"strip-ansi": "^4.0.0",
"stylelint": "github:stylelint/stylelint",
"stylelint-config-standard": "^18.2.0",
"tslint": "^5.9.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.2"
Expand Down Expand Up @@ -124,5 +124,5 @@
"test-cov": "nyc npm-run-all --parallel test:*",
"test": "env npm-run-all --parallel lint:* test-cov"
},
"version": "2.8.2"
"version": "2.8.3"
}

0 comments on commit 16b2af6

Please sign in to comment.