From d03b90734cd9251f5918230508e24a67ef698349 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 22 Dec 2017 11:57:22 +0100 Subject: [PATCH] package updates --- .babelrc | 2 +- gulpfile.babel.js | 5 +---- package.json | 36 ++++++++++++++++++------------------ 3 files changed, 20 insertions(+), 23 deletions(-) diff --git a/.babelrc b/.babelrc index c13c5f6..002b4aa 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,3 @@ { - "presets": ["es2015"] + "presets": ["env"] } diff --git a/gulpfile.babel.js b/gulpfile.babel.js index e9924ee..7831474 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -242,10 +242,7 @@ export const fonts = () => src(SRC + '_assets/fonts/**/*') // // Zip up media kit // -export const mediakit = () => src([ - SRC + 'mediakit/**/*'], - { base: SRC } - ) +export const mediakit = () => src(SRC + 'mediakit/**/*', { base: SRC }) .pipe($.zip('mediakit.zip')) .pipe(dest(DIST)) diff --git a/package.json b/package.json index d0b148f..8966d2b 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "jquery": "^3.2.1", "normalize-css": "^2.3.1", "normalize-opentype.css": "^0.2.4", - "parsleyjs": "^2.7.2", + "parsleyjs": "^2.8.0", "select2": "^4.0.5", - "smooth-scroll": "^12.1.3", + "smooth-scroll": "^12.1.5", "svg4everybody": "^2.1.9", "textarea-autogrow": "^1.0.0", "vivus": "^0.4.3", @@ -42,40 +42,40 @@ "devDependencies": { "acorn": "^5.2.1", "babel-core": "^6.26.0", - "babel-preset-es2015": "^6.24.1", - "browser-sync": "^2.18.13", + "babel-preset-env": "^1.6.1", + "browser-sync": "^2.21.0", "concurrent-transform": "^1.0.0", - "critical": "^0.8.4", + "critical": "^1.1.0", "cross-spawn": "^5.1.0", "del": "^3.0.0", "gulp": "github:gulpjs/gulp#4.0", "gulp-autoprefixer": "^4.0.0", - "gulp-awspublish": "^3.0.0", - "gulp-awspublish-router": "^0.1.1", - "gulp-clean-css": "^3.7.0", - "gulp-cli": "^1.4.0", - "gulp-concat": "^2.6.0", + "gulp-awspublish": "^3.3.0", + "gulp-awspublish-router": "^0.1.3", + "gulp-clean-css": "^3.9.0", + "gulp-cli": "^2.0.0", + "gulp-concat": "^2.6.1", "gulp-header": "^1.8.9", "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.2", - "gulp-imagemin": "^3.4.0", - "gulp-include": "^2.0.2", + "gulp-imagemin": "^4.0.0", + "gulp-include": "^2.3.1", "gulp-load-plugins": "^1.5.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", - "gulp-rev": "^7.1.2", - "gulp-rev-replace": "^0.4.2", + "gulp-rev": "^8.1.0", + "gulp-rev-replace": "^0.4.3", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.6.1", "gulp-svg-sprite": "^1.3.7", "gulp-uglify": "^3.0.0", - "gulp-util": "^3.0.6", + "gulp-util": "^3.0.8", "gulp-zip": "^4.0.0", - "js-yaml": "^3.9.1", - "request": "^2.81.0", + "js-yaml": "^3.10.0", + "request": "^2.83.0", "stylelint": "^8.4.0", "stylelint-config-bigchaindb": "^1.2.0", - "stylelint-config-standard": "^17.0.0", + "stylelint-config-standard": "^18.0.0", "uglify-es": "^3.2.2" }, "engines": {