chore(deps): update dependency @vue/tsconfig to ^0.6.0
This commit is contained in:
parent
743abd6fad
commit
fd38c736e4
2 changed files with 17 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
||||||
"@vue/eslint-config-prettier": "^9.0.0",
|
"@vue/eslint-config-prettier": "^9.0.0",
|
||||||
"@vue/eslint-config-typescript": "^14.0.0",
|
"@vue/eslint-config-typescript": "^14.0.0",
|
||||||
"@vue/language-server": "^2.0.19",
|
"@vue/language-server": "^2.0.19",
|
||||||
"@vue/tsconfig": "^0.5.1",
|
"@vue/tsconfig": "^0.6.0",
|
||||||
"@vue/typescript-plugin": "^2.0.19",
|
"@vue/typescript-plugin": "^2.0.19",
|
||||||
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
||||||
"@vuepress/plugin-blog": "^2.0.0-rc.11",
|
"@vuepress/plugin-blog": "^2.0.0-rc.11",
|
||||||
|
|
|
@ -27,8 +27,8 @@ importers:
|
||||||
specifier: ^2.0.19
|
specifier: ^2.0.19
|
||||||
version: 2.1.10(typescript@5.6.3)
|
version: 2.1.10(typescript@5.6.3)
|
||||||
'@vue/tsconfig':
|
'@vue/tsconfig':
|
||||||
specifier: ^0.5.1
|
specifier: ^0.6.0
|
||||||
version: 0.5.1
|
version: 0.6.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vue/typescript-plugin':
|
'@vue/typescript-plugin':
|
||||||
specifier: ^2.0.19
|
specifier: ^2.0.19
|
||||||
version: 2.1.10(typescript@5.6.3)
|
version: 2.1.10(typescript@5.6.3)
|
||||||
|
@ -910,8 +910,16 @@ packages:
|
||||||
'@vue/shared@3.5.13':
|
'@vue/shared@3.5.13':
|
||||||
resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
|
resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
|
||||||
|
|
||||||
'@vue/tsconfig@0.5.1':
|
'@vue/tsconfig@0.6.0':
|
||||||
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
|
resolution: {integrity: sha512-MHXNd6lzugsEHvuA6l1GqrF5jROqUon8sP/HInLPnthJiYvB0VvpHMywg7em1dBZfFZNBSkR68qH37zOdRHmCw==}
|
||||||
|
peerDependencies:
|
||||||
|
typescript: 5.x
|
||||||
|
vue: ^3.3.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
typescript:
|
||||||
|
optional: true
|
||||||
|
vue:
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@vue/typescript-plugin@2.1.10':
|
'@vue/typescript-plugin@2.1.10':
|
||||||
resolution: {integrity: sha512-NrS3BB3l5vuZHU4Vp8l9TbT5pC7VjBfwZKqc24dAXF3Z+dJyGs4mcC3zo59gUggLMQSah8mdXj8xqEfMkrps8w==}
|
resolution: {integrity: sha512-NrS3BB3l5vuZHU4Vp8l9TbT5pC7VjBfwZKqc24dAXF3Z+dJyGs4mcC3zo59gUggLMQSah8mdXj8xqEfMkrps8w==}
|
||||||
|
@ -3120,7 +3128,10 @@ snapshots:
|
||||||
|
|
||||||
'@vue/shared@3.5.13': {}
|
'@vue/shared@3.5.13': {}
|
||||||
|
|
||||||
'@vue/tsconfig@0.5.1': {}
|
'@vue/tsconfig@0.6.0(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))':
|
||||||
|
optionalDependencies:
|
||||||
|
typescript: 5.6.3
|
||||||
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
'@vue/typescript-plugin@2.1.10(typescript@5.6.3)':
|
'@vue/typescript-plugin@2.1.10(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue