package updates

This commit is contained in:
Matthias Kretschmann 2019-05-21 14:15:11 +02:00
parent 7c40a11502
commit 7d67854068
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
//=include gumshoejs/dist/js/gumshoe.js
//=include gumshoejs/dist/gumshoe.js
//=include bigchain/tab.js
//=include bigchain/newsletter.js

View File

@ -202,12 +202,12 @@ export const js = () =>
SRC + '/_assets/javascripts/bigchain.js',
SRC + '/_assets/javascripts/page-*.js'
])
.pipe($.if(!(isProduction || isStaging), $.sourcemaps.init()))
//.pipe($.if(!(isProduction || isStaging), $.sourcemaps.init()))
.pipe($.include({
includePaths: ['node_modules', SRC + '/_assets/javascripts']
})).on('error', onError)
.pipe($.if(isProduction || isStaging, minify())).on('error', onError)
.pipe($.if(!(isProduction || isStaging), $.sourcemaps.write()))
// .pipe($.if(!(isProduction || isStaging), $.sourcemaps.write()))
.pipe($.if(isProduction || isStaging, $.header(BANNER, { pkg: pkg })))
.pipe($.rename({suffix: '.min'}))
.pipe(dest(DIST + '/assets/js/'))

View File

@ -24,59 +24,59 @@
"ie >= 11"
],
"dependencies": {
"bigchaindb-driver": "^4.1.0",
"bootstrap": "^4.1.3",
"bigchaindb-driver": "4.1.0",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.1",
"cookies-eu-banner": "^1.2.14",
"gumshoejs": "github:cferdinandi/gumshoe",
"gumshoejs": "5.1.1",
"is-in-viewport": "^3.0.4",
"jquery": "^3.3.1",
"jquery": "^3.4.1",
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.4",
"select2": "^4.0.5",
"parsleyjs": "^2.9.1",
"popper.js": "^1.15.0",
"select2": "^4.0.7",
"smooth-scroll": "^16.0.0",
"svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0",
"vivus": "^0.4.4"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"acorn": "^6.0.0",
"browser-sync": "^2.26.3",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"acorn": "^6.1.1",
"browser-sync": "^2.26.5",
"concurrent-transform": "^1.0.0",
"critical": "^1.3.4",
"cross-spawn": "^6.0.5",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-include": "^2.3.1",
"gulp-include": "^2.4.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.2.0",
"js-yaml": "^3.12.0",
"js-yaml": "^3.13.1",
"request": "^2.88.0",
"stylelint": "^10.0.0",
"stylelint-config-bigchaindb": "^1.2.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-bigchaindb": "^1.2.2",
"stylelint-config-standard": "^18.3.0",
"uglify-es": "^3.3.9"
},
"engines": {