package updates, add package-lock

This commit is contained in:
Matthias Kretschmann 2020-05-25 11:05:48 +02:00
parent d8391d4cea
commit f12d555608
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 15422 additions and 32 deletions

1
.gitignore vendored
View File

@ -7,5 +7,4 @@ yarn.lock
.yarnclean .yarnclean
.bundle .bundle
vendor/ vendor/
package-lock.json
*.code-workspace *.code-workspace

View File

@ -230,7 +230,7 @@ export const svg = () => src(SRC + '/_assets/images/*.svg')
export const images = () => src(SRC + '/_assets/images/**/*') export const images = () => src(SRC + '/_assets/images/**/*')
.pipe($.if(isProduction || isStaging, $.imagemin([ .pipe($.if(isProduction || isStaging, $.imagemin([
$.imagemin.gifsicle({ interlaced: true }), $.imagemin.gifsicle({ interlaced: true }),
$.imagemin.jpegtran({ progressive: true }), $.imagemin.mozjpeg({ progressive: true }),
$.imagemin.optipng({ optimizationLevel: 5 }), $.imagemin.optipng({ optimizationLevel: 5 }),
$.imagemin.svgo({plugins: [{ removeViewBox: true }]}) $.imagemin.svgo({plugins: [{ removeViewBox: true }]})
]))) ])))

15391
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -24,56 +24,56 @@
"ie >= 11" "ie >= 11"
], ],
"dependencies": { "dependencies": {
"bigchaindb-driver": "4.1.0", "bigchaindb-driver": "4.1.2",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"clipboard": "^2.0.1", "clipboard": "^2.0.1",
"cookies-eu-banner": "^1.2.14", "cookies-eu-banner": "^2.0.1",
"gumshoejs": "5.1.1", "gumshoejs": "^5.1.2",
"is-in-viewport": "^3.0.4", "is-in-viewport": "^3.0.4",
"jquery": "^3.4.1", "jquery": "^3.5.1",
"normalize-opentype.css": "^0.2.4", "normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1", "normalize-scss": "^7.0.1",
"parsleyjs": "^2.9.1", "parsleyjs": "^2.9.2",
"popper.js": "^1.15.0", "popper.js": "^1.16.1",
"select2": "^4.0.7", "select2": "^4.0.13",
"smooth-scroll": "^16.0.0", "smooth-scroll": "^16.1.3",
"svg4everybody": "^2.1.9", "svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0", "textarea-autogrow": "^1.0.0",
"vivus": "^0.4.4" "vivus": "^0.4.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.4", "@babel/core": "^7.9.6",
"@babel/preset-env": "^7.4.4", "@babel/preset-env": "^7.9.6",
"@babel/register": "^7.4.4", "@babel/register": "^7.9.0",
"acorn": "^6.1.1", "acorn": "^7.2.0",
"browser-sync": "^2.26.5", "browser-sync": "^2.26.7",
"concurrent-transform": "^1.0.0", "concurrent-transform": "^1.0.0",
"critical": "^1.3.4", "critical": "^1.3.9",
"cross-spawn": "^6.0.5", "cross-spawn": "^7.0.2",
"del": "^4.0.0", "del": "^5.1.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0", "gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0", "gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.2.0", "gulp-cli": "^2.2.1",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7", "gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1", "gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2", "gulp-if": "^3.0.0",
"gulp-imagemin": "^5.0.3", "gulp-imagemin": "^7.1.0",
"gulp-include": "^2.4.1", "gulp-include": "^2.4.1",
"gulp-load-plugins": "^1.5.0", "gulp-load-plugins": "^2.0.3",
"gulp-rename": "^1.4.0", "gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-rev": "^9.0.0", "gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4", "gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.0.1", "gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5", "gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.4.0", "gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"gulp-zip": "^4.2.0", "gulp-zip": "^5.0.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.14.0",
"request": "^2.88.0", "request": "^2.88.2",
"stylelint": "^10.0.0", "stylelint": "^10.0.0",
"stylelint-config-bigchaindb": "^1.2.2", "stylelint-config-bigchaindb": "^1.2.2",
"stylelint-config-standard": "^18.3.0", "stylelint-config-standard": "^18.3.0",