Skip to content

Commit

Permalink
front: bump dependencies & (re)add modernizr (fix #4020) (#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored and vhf committed Dec 4, 2016
1 parent c626dcf commit d99c2f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gulp.task('js', () =>
gulp.src([
require.resolve('jquery'),
require.resolve('cookies-eu-banner'),
'assets/js/_custom.modernizr.js',

// Used by other scripts, must be first
'assets/js/modal.js',
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
},
"homepage": "https://github.com/zestedesavoir/zds-site",
"dependencies": {
"autoprefixer": "6.4.0",
"autoprefixer": "6.5.3",
"cookies-eu-banner": "1.2.7",
"cssnano": "3.7.4",
"cssnano": "3.8.1",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-imagemin": "3.0.3",
"gulp-postcss": "6.1.1",
"gulp-concat": "2.6.1",
"gulp-imagemin": "3.1.1",
"gulp-postcss": "6.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-sourcemaps": "1.9.1",
"gulp-uglify": "2.0.0",
"gulp.spritesmith": "6.2.1",
"jquery": "3.1.0",
"normalize.css": "4.2.0"
"jquery": "3.1.1",
"normalize.css": "5.0.0"
},
"devDependencies": {
"gulp-jshint": "2.0.1",
"gulp-jshint": "2.0.4",
"gulp-livereload": "3.8.1",
"jshint": "2.9.3",
"jshint": "2.9.4",
"jshint-stylish": "2.2.1"
}
}

0 comments on commit d99c2f0

Please sign in to comment.