diff --git a/ui/package.json b/ui/package.json index fb57d14..d3edecf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,13 +28,13 @@ "vuex": "^3.4.0" }, "devDependencies": { + "@babel/eslint-parser": "^7.11.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-prettier": "^6.0.0", - "@babel/eslint-parser": "^7.11.0", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", diff --git a/ui/vue.config.js b/ui/vue.config.js index 2b81b13..681f95c 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -19,4 +19,19 @@ module.exports = { return options; }); }, + css: { + loaderOptions: { + sass: { + sassOptions: { + silenceDeprecations: [ + "import", + "global-builtin", + "color-functions", + "if-function", + "legacy-js-api", + ], + }, + }, + }, + }, }; diff --git a/ui/yarn.lock b/ui/yarn.lock index 4daac3a..2d0a148 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2528,9 +2528,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: - version "1.0.30001639" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz" - integrity sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg== + version "1.0.30001792" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz" + integrity sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw== carbon-components@10.58.5: version "10.58.5"