Lock vue-loader to 15.9.8 to fix build issues (#4653)

* Use a fixed version number for vue-loader to avoid a webpack build issue in some system configurations

* Ask dependabot to keep an eye out for vue-loader updates

Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
Andrew Henry 2022-01-03 13:39:51 -08:00 committed by GitHub
parent 19ec98af79
commit bb9c225f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ updates:
- dependency-name: "*jasmine*"
- dependency-name: "*playwright*"
- dependency-name: "*percy*"
- dependency-name: "*vue-loader*"
- package-ecosystem: "github-actions"
directory: "/"

View File

@ -74,7 +74,7 @@
"v8-compile-cache": "^1.1.0",
"vue": "2.5.6",
"vue-eslint-parser": "8.0.1",
"vue-loader": "^15.2.6",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.5.6",
"webpack": "^5.53.0",
"webpack-cli": "^4.0.0",