Skip to content

Commit

Permalink
fix(app): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hassony2 committed Mar 21, 2016
1 parent bd2cf67 commit f070573
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,59 +47,59 @@
"scaffold"
],
"dependencies": {
"bluebird": "3.0.5",
"bluebird": "3.3.4",
"chalk": "1.1.1",
"del": "2.1.0",
"generator-sublime": ">=2.0.2",
"del": "2.2.0",
"generator-sublime": ">=2.0.4",
"glob-to-regexp": "0.1.0",
"gulp": "3.9.0",
"gulp-inject": "3.0.0",
"gulp": "3.9.1",
"gulp-inject": "4.0.0",
"gulp-mux": "latest",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"shelljs": "0.5.3",
"update-notifier": "0.5.0",
"yeoman-generator": "0.21.1",
"shelljs": "0.6.0",
"update-notifier": "0.6.3",
"yeoman-generator": "0.22.5",
"yosay": "1.1.0"
},
"devDependencies": {
"babel-eslint": "5.0.0",
"chai": "3.4.1",
"codeclimate-test-reporter": "0.1.1",
"conventional-changelog": "0.5.1",
"chai": "3.5.0",
"codeclimate-test-reporter": "0.3.1",
"conventional-changelog": "1.1.0",
"eslint-plugin-nodeca": "1.0.3",
"event-stream": "3.3.2",
"github": "0.2.4",
"github-username": "2.1.0",
"gulp-bump": "1.0.0",
"gulp-bump": "2.0.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "2.0.0",
"gulp-exec": "2.1.2",
"gulp-git": "1.6.0",
"gulp-git": "1.7.0",
"gulp-help": "1.6.1",
"gulp-if": "2.0.0",
"gulp-istanbul": "0.10.2",
"gulp-istanbul": "0.10.3",
"gulp-jscs": "3.0.2",
"gulp-jshint": "1.12.0",
"gulp-jshint": "2.0.0",
"gulp-mocha": "2.2.0",
"gulp-order": "1.1.1",
"gulp-plumber": "1.0.1",
"gulp-plumber": "1.1.0",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.7",
"inquirer": "0.11.0",
"inquirer": "0.12.0",
"jshint-stylish": "2.1.0",
"map-stream": "0.0.6",
"mocha": "2.3.3",
"mocha-lcov-reporter": "1.0.0",
"mockery": "1.4.0",
"moment": "2.10.6",
"node-jsxml": "0.6.0",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"mockery": "1.4.1",
"moment": "2.12.0",
"node-jsxml": "0.7.0",
"require-dir": "0.3.0",
"run-sequence": "1.1.4",
"sinon": "1.17.2",
"run-sequence": "1.1.5",
"sinon": "1.17.3",
"stream-combiner": "0.2.2",
"strip-json-comments": "1.0.4",
"strip-json-comments": "2.0.1",
"try-thread-sleep": "1.0.0",
"yargs": "3.30.0"
"yargs": "4.3.2"
}
}

0 comments on commit f070573

Please sign in to comment.