diff --git a/front/babel.config.js b/front/babel.config.js index ba179669a..e9558405f 100644 --- a/front/babel.config.js +++ b/front/babel.config.js @@ -1,5 +1,5 @@ module.exports = { presets: [ - '@vue/app' + '@vue/cli-plugin-babel/preset' ] } diff --git a/front/package.json b/front/package.json index 45b96fe41..e631ead69 100644 --- a/front/package.json +++ b/front/package.json @@ -14,6 +14,7 @@ }, "dependencies": { "axios": "^0.18.0", + "core-js": "^3.6.4", "diff": "^4.0.1", "django-channels": "^1.1.6", "fomantic-ui-css": "^2.8.3", @@ -40,22 +41,25 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@vue/cli-plugin-babel": "^3.0.0", - "@vue/cli-plugin-eslint": "^3.0.0", - "@vue/cli-plugin-pwa": "^4.1.2", - "@vue/cli-plugin-unit-mocha": "^3.0.0", - "@vue/cli-service": "^3.0.0", + "@vue/cli-plugin-babel": "~4.2.2", + "@vue/cli-plugin-eslint": "~4.2.2", + "@vue/cli-plugin-pwa": "~4.2.2", + "@vue/cli-plugin-unit-mocha": "~4.2.2", + "@vue/cli-service": "~4.2.2", "@vue/test-utils": "^1.0.0-beta.20", + "babel-eslint": "^10.0.3", "chai": "^4.1.2", "easygettext": "^2.6.3", + "eslint": "^5.16.0", "eslint-plugin-html": "^4.0.5", + "eslint-plugin-vue": "^6.1.2", "glob-all": "^3.1.0", "mocha": "^5.2.0", "moxios": "^0.4.0", "node-sass": "^4.9.3", "preload-webpack-plugin": "^3.0.0-beta.4", "purgecss-webpack-plugin": "^1.6.0", - "sass-loader": "^7.1.0", + "sass-loader": "^8.0.2", "sinon": "^6.1.5", "vue-template-compiler": "^2.5.17", "webpack-bundle-size-analyzer": "^3.0.0" diff --git a/front/src/App.vue b/front/src/App.vue index 6900ccaf8..648f4cb94 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -11,16 +11,7 @@