fix(quiz-app): restore package.json and package-lock.json for Node 24

This commit is contained in:
adrian adewunmi 2026-07-09 11:38:26 +01:00
parent 95d3d8a6c1
commit 98d5bac4e8
2 changed files with 12 additions and 6 deletions

View File

@ -21,6 +21,9 @@
"eslint": "^9.33.0",
"eslint-plugin-vue": "^10.4.0",
"vue-template-compiler": "^2.6.11"
},
"overrides": {
"picomatch": "2.3.2"
}
},
"node_modules/@achrinza/node-ipc": {
@ -8483,9 +8486,9 @@
"dev": true
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
"dev": true,
"engines": {
"node": ">=8.6"
@ -17845,9 +17848,9 @@
"dev": true
},
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
"dev": true
},
"pkg-dir": {

View File

@ -22,6 +22,9 @@
"eslint-plugin-vue": "^10.4.0",
"vue-template-compiler": "^2.6.11"
},
"overrides": {
"picomatch": "2.3.2"
},
"eslintConfig": {
"root": true,
"env": {