Bump vue-loader from 15.7.2 to 15.8.3 (#149)

Bump vue-loader from 15.7.2 to 15.8.3
This commit is contained in:
John Molakvoæ 2019-12-22 11:10:05 +01:00 committed by GitHub
commit 2d65820d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -1906,9 +1906,9 @@
}
},
"@vue/component-compiler-utils": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.0.2.tgz",
"integrity": "sha512-BSnY2PmW4QwU1AOcGSNYAmEPLjdQ9itl1YpLCWtpwMA5Jy/aqWNuzZ9+ZZ8h6yZJ53W95tVkEP6yrXJ/zUHdEA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.1.0.tgz",
"integrity": "sha512-OJ7swvl8LtKtX5aYP8jHhO6fQBIRIGkU6rvWzK+CGJiNOnvg16nzcBkd9qMZzW8trI2AsqAKx263nv7kb5rhZw==",
"dev": true,
"requires": {
"consolidate": "^0.15.1",
@ -11878,12 +11878,12 @@
"dev": true
},
"vue-loader": {
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.7.2.tgz",
"integrity": "sha512-H/P9xt/nkocyu4hZKg5TzPqyCT1oKOaCSk9zs0JCbJuy0Q8KtR0bjJpnT/5R5x/Ckd1GFkkLQnQ1C4x6xXeLZg==",
"version": "15.8.3",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.8.3.tgz",
"integrity": "sha512-yFksTFbhp+lxlm92DrKdpVIWMpranXnTEuGSc0oW+Gk43M9LWaAmBTnfj5+FCdve715mTHvo78IdaXf5TbiTJg==",
"dev": true,
"requires": {
"@vue/component-compiler-utils": "^3.0.0",
"@vue/component-compiler-utils": "^3.1.0",
"hash-sum": "^1.0.2",
"loader-utils": "^1.1.0",
"vue-hot-reload-api": "^2.3.0",

View file

@ -108,7 +108,7 @@
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.13.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.7.2",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.4",