chore(deps): update dependency @vue/tsconfig to v0.9.1
All checks were successful
Build Test / build (pull_request) Successful in 24s
JS Unit Tests / test (pull_request) Successful in 11s
PHP Unit Tests / test (pull_request) Successful in 1m23s

This commit is contained in:
2026-05-07 02:58:22 +00:00
parent d6bd36c25e
commit 41d823b9c3
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"@vitest/ui": "^4.0.18",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "^2.4.8",
"@vue/tsconfig": "0.8.1",
"@vue/tsconfig": "0.9.1",
"eslint": "^9.39.4",
"eslint-plugin-vue": "10.7.0",
"jsdom": "^28.1.0",
@@ -2178,13 +2178,13 @@
}
},
"node_modules/@vue/tsconfig": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.8.1.tgz",
"integrity": "sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==",
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
"integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"typescript": "5.x",
"typescript": ">= 5.8",
"vue": "^3.4.0"
},
"peerDependenciesMeta": {