Merge pull request #934 from microsoft/copilot/sub-pr-683

Fix quiz-app peer dependency conflicts for Vue CLI 5 compatibility
pull/683/head
Lee Stott 2 weeks ago committed by GitHub
commit bdbbd2f760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because it is too large Load Diff

@ -22,6 +22,9 @@
"eslint-plugin-vue": "^7.20.0",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=12.13.0"
},
"eslintConfig": {
"root": true,
"env": {

Loading…
Cancel
Save