Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 7, 2016
1 parent 78daa87 commit 9f20c10
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -25,53 +25,53 @@
"license": "MIT",
"dependencies": {
"args-parser": "^1.0.2",
"babel-core": "^6.9.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"brfs": "^1.4.3",
"chalk": "^1.1.3",
"coveralls": "^2.11.9",
"eslint": "^2.10.2",
"eslint": "^3.0.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.0",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-bump": "^2.2.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.7.2",
"gulp-git": "^1.8.0",
"gulp-load-plugins": "1.2.4",
"gulp-load-tasks": "^0.8.4",
"gulp-rename": "^1.2.2",
"gulp-require-tasks": "^1.0.3",
"gulp-size": "^2.1.0",
"gulp-spawn-mocha": "^2.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.3",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"https-browserify": "0.0.1",
"json-loader": "^0.5.4",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-mocha-own-reporter": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"pretty-hrtime": "^1.0.2",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.1",
"semver": "^5.1.0",
"rimraf": "^2.5.3",
"run-sequence": "^1.2.2",
"semver": "^5.2.0",
"stream-http": "^2.3.0",
"transform-loader": "^0.2.3",
"webpack": "^2.1.0-beta.7",
"webpack": "^2.1.0-beta.15",
"webpack-merge": "^0.14.0"
},
"repository": {
Expand All @@ -87,4 +87,4 @@
"JGAntunes <j.goncalo.antunes@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}

0 comments on commit 9f20c10

Please sign in to comment.