From 96b967219c32526879d53bd0806ad4ec29427e06 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 19 Aug 2021 21:16:32 +0100 Subject: [PATCH] :zap: Moves build deps into devDependency --- package.json | 12 ++++++------ yarn.lock | 7 +------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e2be4d00..0ae07db7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "build-watch": "vue-cli-service build --watch --mode production", "build-and-start": "npm-run-all --parallel build-watch start", "validate-config": "node services/config-validator", - "health-check": "node services/healthcheck" + "health-check": "node services/healthcheck", + "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps" }, "dependencies": { "@sentry/tracing": "^6.10.0", @@ -23,18 +24,15 @@ "connect": "^3.7.0", "crypto-js": "^4.1.1", "js-yaml": "^4.1.0", - "npm-run-all": "^4.1.5", "register-service-worker": "^1.6.2", "remedial": "^1.0.8", "serve-static": "^1.14.1", "v-jsoneditor": "^1.4.2", "v-tooltip": "^2.1.3", "vue": "^2.6.10", - "vue-cli-plugin-yaml": "^1.0.2", "vue-i18n": "^8.25.0", "vue-js-modal": "^2.0.0-rc.6", "vue-material-tabs": "0.1.5", - "vue-prism-editor": "^1.2.2", "vue-router": "^3.0.3", "vue-select": "^3.12.1", "vue-swatches": "^2.1.1", @@ -51,9 +49,11 @@ "eslint": "^7.24.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-vue": "^7.9.0", + "npm-run-all": "^4.1.5", "progress-bar-webpack-plugin": "^2.1.0", - "sass": "^1.18.0", + "sass": "^1.38.0", "sass-loader": "^7.1.0", + "vue-cli-plugin-yaml": "^1.0.2", "vue-svg-loader": "^0.16.0", "vue-template-compiler": "^2.6.10" }, @@ -89,4 +89,4 @@ "> 1%", "last 2 versions" ] -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 1d83983c..1fbab55c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8414,7 +8414,7 @@ sass-loader@^7.1.0: pify "^4.0.1" semver "^6.3.0" -sass@^1.18.0: +sass@^1.38.0: version "1.38.0" resolved "https://registry.yarnpkg.com/sass/-/sass-1.38.0.tgz#2f3e60a1efdcdc910586fa79dc89d3399a145b4f" integrity sha512-WBccZeMigAGKoI+NgD7Adh0ab1HUq+6BmyBUEaGxtErbUtWUevEbdgo5EZiJQofLUGcKtlNaO2IdN73AHEua5g== @@ -9772,11 +9772,6 @@ vue-material-tabs@0.1.5: resolved "https://registry.yarnpkg.com/vue-material-tabs/-/vue-material-tabs-0.1.5.tgz#255fc0beb27c005eaae61c1534d782a94c30c525" integrity sha512-ZLFRCxaCS3TM8IwnxQA4S2CVj+tBaILb8fQZDg+Ix+9Zu+k16udrdhLU2GWvJEVPLspuCzKhCEXW4cIg59YkVw== -vue-prism-editor@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/vue-prism-editor/-/vue-prism-editor-1.2.2.tgz#023cfd4329848f191aac851f2f5e6c7a8c2e059f" - integrity sha512-Lq2VgVygTx3Whn/tC8gD4m1ajA4lzSyCTqPLZA1Dq/ErbBaZA93FWRblwCoDR7AD2nXhGWuiTzb5ih3guzB7DA== - vue-resize@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/vue-resize/-/vue-resize-1.0.1.tgz#c120bed4e09938771d622614f57dbcf58a5147ee"