chore(deps): update dependency vue-eslint-parser to v10.3.0 (#105)
schemas-app / build (push) Successful in 1m2s
schemas-app / deploy-prod (push) Successful in 1m30s

This commit was merged in pull request #105.
This commit is contained in:
2026-02-13 12:13:40 +00:00
parent b1bcab5171
commit 605d7aa6a1
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -49,7 +49,7 @@
"typescript-eslint": "8.55.0",
"vite-plugin-eslint2": "5.0.5",
"vitest": "4.0.18",
"vue-eslint-parser": "10.2.0"
"vue-eslint-parser": "10.3.0"
}
},
"node_modules/@acemir/cssom": {
@@ -21237,16 +21237,16 @@
"license": "MIT"
},
"node_modules/vue-eslint-parser": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.2.0.tgz",
"integrity": "sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz",
"integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.4.0",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"eslint-scope": "^8.2.0 || ^9.0.0",
"eslint-visitor-keys": "^4.2.0 || ^5.0.0",
"espree": "^10.3.0 || ^11.0.0",
"esquery": "^1.6.0",
"semver": "^7.6.3"
},
@@ -21257,7 +21257,7 @@
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0"
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
}
},
"node_modules/vue-router": {