* chore(node): upgrade to version 12

* update package-lock.json

* upgrade bcrypt

* upgrade node-sass

* update deps

* fix deprecation

* downgrade amplitude

* fix client side tests

* fix common and integration tests, upgrade mongoose
This commit is contained in:
Matteo Pagliazzi
2019-08-19 22:43:17 +02:00
committed by GitHub
parent 8b5129cd4f
commit e621e781ed
9 changed files with 3654 additions and 2479 deletions

View File

@@ -60,7 +60,7 @@ const baseConfig = {
}),
postcss: [
autoprefixer({
browsers: ['last 2 versions'],
overrideBrowserslist: ['last 2 versions'],
}),
postcssEasyImport(),
],