Skip to content

Commit a7b6a10

Browse files
authored
fix: add missing @vue/tsconfig dependency (#429)
1 parent 476f826 commit a7b6a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vitest/coverage-v8": "4.0.18",
5353
"@vue/eslint-config-typescript": "14.6.0",
5454
"@vue/test-utils": "2.4.6",
55-
"@vue/tsconfig": "0.8.1",
55+
"@vue/tsconfig": "^0.8.1",
5656
"eslint": "9.39.2",
5757
"eslint-plugin-import": "^2.32.0",
5858
"eslint-plugin-unused-imports": "^4.3.0",

0 commit comments

Comments
 (0)