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

View File

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