Skip to content

Commit

Permalink
Update dependencies. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 committed Mar 6, 2018
1 parent 517a579 commit a513b65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ansi-escapes": "^3.0.0",
"buffered-spawn": "^3.3.2",
"bufferstreams": "^2.0.0",
"chalk": "^2.3.1",
"chalk": "^2.3.2",
"checkstyle-formatter": "^1.1.0",
"ci-info": "^1.1.2",
"cli-truncate": "^1.1.0",
Expand All @@ -17,7 +17,7 @@
"goo.gl": "^0.1.4",
"got": "^8.2.0",
"is-windows": "^1.0.2",
"js-yaml": "^3.10.0",
"js-yaml": "^3.11.0",
"junit-report-builder": "^1.3.0",
"lodash.get": "^4.4.2",
"os-locale": "^2.1.0",
Expand All @@ -40,7 +40,7 @@
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"greenkeeper-lockfile": "^1.13.3",
"greenkeeper-lockfile": "^1.14.0",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^4.0.2",
"gulp-html-postcss": "^7.0.3",
Expand All @@ -55,13 +55,13 @@
"jsdom": "^11.6.2",
"jshint": "^2.9.5",
"json-stable-stringify": "^1.0.1",
"mocha": "^5.0.1",
"mocha": "^5.0.2",
"nyc": "^11.4.1",
"proxyquire": "^2.0.0",
"sinon": "^4.4.2",
"strip-ansi": "^4.0.0",
"stylelint": "github:stylelint/stylelint",
"stylelint-config-standard": "^18.1.0",
"stylelint-config-standard": "^18.2.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"vinyl": "^2.1.0",
Expand Down Expand Up @@ -120,5 +120,5 @@
"shorturl": "node scripts/shorturl",
"test": "nyc npm run test_lang"
},
"version": "2.7.1"
"version": "2.7.2"
}

0 comments on commit a513b65

Please sign in to comment.