Updated all dependencies except for some development ones which I'll experiment with next. At this point everything is working

This commit is contained in:
2019-11-28 18:42:00 +00:00
parent 1f100148e7
commit c19865f209
2 changed files with 4 additions and 4 deletions

View File

@@ -16951,9 +16951,9 @@
} }
}, },
"sass": { "sass": {
"version": "1.23.1", "version": "1.23.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.23.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.7.tgz",
"integrity": "sha512-zQzJ3UETUWOMd/pJJGH/zvRsBVO97m11RcpfUhcQUHEXf0yHUBgOIE/Nw8aK0m1XyVJPeq228iIK7gVxsJ/Puw==", "integrity": "sha512-cYgc0fanwIpi0rXisGxl+/wadVQ/HX3RhpdRcjLdj2o2ye/sxUTpAxIhbmJy3PLQgRFbf6Pn8Jsrta2vdXcoOQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=2.0.0 <4.0.0" "chokidar": ">=2.0.0 <4.0.0"

View File

@@ -43,7 +43,7 @@
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3", "eslint-plugin-vue": "^5.2.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass": "^1.23.1", "sass": "^1.23.7",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"vue-cli-plugin-vuetify": "^1.1.2", "vue-cli-plugin-vuetify": "^1.1.2",
"vue-template-compiler": "^2.6.10", "vue-template-compiler": "^2.6.10",