From f5394eec94d68a7901313bcc4146b28dfc9ad1fc Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 19 Dec 2015 22:21:17 +0200 Subject: [PATCH] Update devDeps and add david-dm badge --- README.md | 3 ++- package.json | 31 ++++++++++++++----------------- system.config.js | 15 ++++++++------- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index d2f00087..2428e50a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ReDoc -[![travis-ci-status]](https://travis-ci.org/Rebilly/ReDoc) [![coverage-status-badge]](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [![license-badge]](https://github.com/Rebilly/ReDoc/blob/master/LICENSE) +[![travis-ci-status]](https://travis-ci.org/Rebilly/ReDoc) [![coverage-status-badge]](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [![license-badge]](https://github.com/Rebilly/ReDoc/blob/master/LICENSE) [![dev-dependency-badge]](https://david-dm.org/Rebilly/ReDoc#info=devDependencies) Swagger-generated API Reference Documentation @@ -23,4 +23,5 @@ Swagger-generated API Reference Documentation [travis-ci-status]: https://travis-ci.org/Rebilly/ReDoc.svg?branch=master "TravisCI Status" [license-badge]: https://img.shields.io/github/license/rebilly/redoc.svg "Github license" [coverage-status-badge]:https://coveralls.io/repos/Rebilly/ReDoc/badge.svg?branch=master&service=github) "Coverage Status" +[dev-dependency-badge]: https://david-dm.org/Rebilly/ReDoc/dev-status.svg [demo]: http://rebilly.github.io/ReDoc/ diff --git a/package.json b/package.json index 735dc5ed..9172dd78 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "zone.js": "npm:zone.js@^0.5.7" }, "devDependencies": { - "babel": "npm:babel-core@^5.8.24", + "babel": "npm:babel-core@^5.8.34", "babel-runtime": "npm:babel-runtime@^5.8.24", "clean-css": "npm:clean-css@^3.4.6", - "core-js": "npm:core-js@^1.1.4", + "core-js": "npm:core-js@^1.2.6", "css": "github:systemjs/plugin-css@^0.1.18", "systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0" }, @@ -50,24 +50,21 @@ } }, "devDependencies": { - "babel": "^5.8.34", - "babel-eslint": "^4.1.3", + "babel-eslint": "^4.1.6", "babel-polyfill": "^6.3.14", - "browser-sync": "^2.9.8", - "del": "^2.0.2", + "browser-sync": "^2.10.1", + "del": "^2.2.0", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", - "gulp-eslint": "^1.0.0", - "gulp-inline-ng2-template": "0.0.7", - "gulp-jshint": "^1.11.2", + "gulp-eslint": "^1.1.1", + "gulp-inline-ng2-template": "^0.0.9", "gulp-replace": "^0.5.4", - "gulp-sass": "^2.1.0", + "gulp-sass": "^2.1.1", "gulp-sourcemaps": "^1.6.0", "isparta": "^4.0.0", "istanbul": "github:gotwarlost/istanbul#source-map", "jasmine-core": "^2.4.1", - "jshint-stylish": "^2.0.1", - "jspm": "^0.16.11", + "jspm": "^0.16.19", "karma": "^0.13.15", "karma-babel-preprocessor": "^5.2.2", "karma-chrome-launcher": "^0.2.2", @@ -84,11 +81,11 @@ "phantomjs": "^1.9.19", "reflect-metadata": "^0.1.2", "require-dir": "^0.3.0", - "run-sequence": "^1.1.4", - "should": "^8.0.1", - "sinon": "^1.9.0", - "systemjs-builder": "^0.14.7", + "run-sequence": "^1.1.5", + "should": "^8.0.2", + "sinon": "^1.17.2", + "systemjs-builder": "^0.14.15", "vinyl-paths": "^2.0.0", - "zone.js": "^0.5.8" + "zone.js": "^0.5.10" } } diff --git a/system.config.js b/system.config.js index 0f2cae3a..12ebba73 100644 --- a/system.config.js +++ b/system.config.js @@ -39,10 +39,10 @@ System.config({ map: { "RomanGotsiy/json-schema-ref-parser": "github:RomanGotsiy/json-schema-ref-parser@master", "angular2": "npm:angular2@2.0.0-beta.0", - "babel": "npm:babel-core@5.8.25", - "babel-runtime": "npm:babel-runtime@5.8.25", + "babel": "npm:babel-core@5.8.34", + "babel-runtime": "npm:babel-runtime@5.8.34", "clean-css": "npm:clean-css@3.4.6", - "core-js": "npm:core-js@1.2.0", + "core-js": "npm:core-js@1.2.6", "css": "github:systemjs/plugin-css@0.1.18", "es6-shim": "github:es-shims/es6-shim@0.33.6", "json": "github:systemjs/plugin-json@0.1.0", @@ -138,7 +138,7 @@ System.config({ "string_decoder": "npm:string_decoder@0.10.31" }, "github:jspm/nodelibs-timers@0.1.0": { - "timers-browserify": "npm:timers-browserify@1.4.1" + "timers-browserify": "npm:timers-browserify@1.4.2" }, "github:jspm/nodelibs-tty@0.1.0": { "tty-browserify": "npm:tty-browserify@0.0.0" @@ -210,7 +210,7 @@ System.config({ "crypto": "github:jspm/nodelibs-crypto@0.1.0", "url": "github:jspm/nodelibs-url@0.1.0" }, - "npm:babel-runtime@5.8.25": { + "npm:babel-runtime@5.8.34": { "process": "github:jspm/nodelibs-process@0.1.2" }, "npm:bl@1.0.0": { @@ -336,8 +336,9 @@ System.config({ "npm:constants-browserify@0.0.1": { "systemjs-json": "github:systemjs/plugin-json@0.1.0" }, - "npm:core-js@1.2.0": { + "npm:core-js@1.2.6": { "fs": "github:jspm/nodelibs-fs@0.1.2", + "path": "github:jspm/nodelibs-path@0.1.0", "process": "github:jspm/nodelibs-process@0.1.2", "systemjs-json": "github:systemjs/plugin-json@0.1.0" }, @@ -765,7 +766,7 @@ System.config({ "util": "github:jspm/nodelibs-util@0.1.0", "z-schema": "npm:z-schema@3.15.3" }, - "npm:timers-browserify@1.4.1": { + "npm:timers-browserify@1.4.2": { "process": "npm:process@0.11.2" }, "npm:tough-cookie@2.1.0": {