Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abiee committed Aug 4, 2016
1 parent 8e45de6 commit a2a23a9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
"name": "es6-marionette",
"version": "0.2.0",
"devDependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer": "^6.4.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.12.10",
"browserify": "^13.0.1",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"del": "^2.2.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-csso": "^2.0.0",
"gulp-define-module": "^0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-flatten": "0.2.0",
"gulp-html-replace": "^1.6.0",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "0.3.0",
"gulp-html-replace": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-imagemin": "^3.0.2",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "^1.5.3",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"hbsfy": "^2.7.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma": "^1.1.2",
"karma-browserify": "^5.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^1.0.1",
"karma-growl": "^0.1.0",
"karma-growl": "^0.1.2",
"karma-jquery-chai": "^0.1.3",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"mocha": "^3.0.1",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.2.1",
"sinon": "^1.17.4",
"phantomjs-prebuilt": "^2.1.10",
"run-sequence": "^1.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
Expand All @@ -57,8 +57,8 @@
},
"dependencies": {
"backbone.marionette": "^2.4.7",
"bootstrap": "^3.3.6",
"jquery": "^2.2.4",
"bootstrap": "^3.3.7",
"jquery": "^3.1.0",
"underscore": "^1.8.3"
}
}

0 comments on commit a2a23a9

Please sign in to comment.