Skip to content

Update all dependencies

Davide Briani requested to merge feature/update-deps into develop

The code is dated and the dependencies are old. There is a risk of getting stuck with unmaintained and out of date packages. This merge request provides just enough changes to update all dependencies, fixing the codebase accordingly. The following modifications were made and must be noted:

  • Mim. supported version of NodeJS is now 12.14.1
  • Transpilation is now done thanks to Babel 7 with the standard preset
  • Some noise comes from formatting files with the up to date linting rules: now eslint also uses vue3-recommended and vue-eslint-parser

Merge request reports