chore(deps): update dependency vue-eslint-parser to v10.4.0 (#107)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m26s

This commit was merged in pull request #107.
This commit is contained in:
2026-02-14 02:11:01 +00:00
parent 7c6f8af703
commit 8c506dd3c0
2 changed files with 5 additions and 5 deletions
+4 -4
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.3.0"
"vue-eslint-parser": "10.4.0"
}
},
"node_modules/@acemir/cssom": {
@@ -21237,9 +21237,9 @@
"license": "MIT"
},
"node_modules/vue-eslint-parser": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz",
"integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
"integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -63,6 +63,6 @@
"typescript-eslint": "8.55.0",
"vite-plugin-eslint2": "5.0.5",
"vitest": "4.0.18",
"vue-eslint-parser": "10.3.0"
"vue-eslint-parser": "10.4.0"
}
}