chore(deps): update dependency @vue/typescript-plugin to v2.2.4
This commit is contained in:
parent
7f0e6cbf66
commit
4d0ea3386d
2 changed files with 35 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
"@vue/eslint-config-typescript": "14.4.0",
|
||||
"@vue/language-server": "2.2.2",
|
||||
"@vue/tsconfig": "0.7.0",
|
||||
"@vue/typescript-plugin": "2.2.2",
|
||||
"@vue/typescript-plugin": "2.2.4",
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.7",
|
||||
"@vuepress/plugin-blog": "2.0.0-rc.78",
|
||||
"@vuepress/plugin-redirect": "2.0.0-rc.8",
|
||||
|
|
36
pnpm-lock.yaml
generated
36
pnpm-lock.yaml
generated
|
@ -30,8 +30,8 @@ importers:
|
|||
specifier: 0.7.0
|
||||
version: 0.7.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))
|
||||
'@vue/typescript-plugin':
|
||||
specifier: 2.2.2
|
||||
version: 2.2.2(typescript@5.7.3)
|
||||
specifier: 2.2.4
|
||||
version: 2.2.4(typescript@5.7.3)
|
||||
'@vuepress/bundler-vite':
|
||||
specifier: 2.0.0-rc.7
|
||||
version: 2.0.0-rc.7(@types/node@22.13.5)(sass@1.85.0)(typescript@5.7.3)
|
||||
|
@ -885,6 +885,14 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@vue/language-core@2.2.4':
|
||||
resolution: {integrity: sha512-eGGdw7eWUwdIn9Fy/irJ7uavCGfgemuHQABgJ/hU1UgZFnbTg9VWeXvHQdhY+2SPQZWJqWXvRWIg67t4iWEa+Q==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@vue/language-server@2.2.2':
|
||||
resolution: {integrity: sha512-zql1mBYG6KMFKrhbhgHHgnSuUR1mQ3qrko/1AforhANfl4hg72GzlETnQKiGuN2V63JD2tOttC2WaEBxAQQrVQ==}
|
||||
hasBin: true
|
||||
|
@ -923,6 +931,9 @@ packages:
|
|||
'@vue/typescript-plugin@2.2.2':
|
||||
resolution: {integrity: sha512-M/fNR/M4Rt+jm7Vmv21sPoHNM7MLYC7QjW5gqmP9y6HGmIlxOubqXYIqddeEnikmEsOc3linykEAxAIVxfIvbA==}
|
||||
|
||||
'@vue/typescript-plugin@2.2.4':
|
||||
resolution: {integrity: sha512-bwklUVy7TZu0Nn9d+oII0KA10eYSgqarf47/E1QvkoHS8EP5SJzPKvOhMPGJMyxwHtHE4aOu8jdWZcJ25X5eiQ==}
|
||||
|
||||
'@vuepress/bundler-vite@2.0.0-rc.7':
|
||||
resolution: {integrity: sha512-2jNnU3sgHJuUCPfE0DvGRsAxo/A/Locguvnv4Q6QwJYdB1fuAqE6x5p8RDzq8Lv/GsyeexDWiV/PFER5EtVP3w==}
|
||||
|
||||
|
@ -3064,6 +3075,19 @@ snapshots:
|
|||
optionalDependencies:
|
||||
typescript: 5.7.3
|
||||
|
||||
'@vue/language-core@2.2.4(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@volar/language-core': 2.4.11
|
||||
'@vue/compiler-dom': 3.5.13
|
||||
'@vue/compiler-vue2': 2.7.16
|
||||
'@vue/shared': 3.5.13
|
||||
alien-signals: 1.0.3
|
||||
minimatch: 9.0.5
|
||||
muggle-string: 0.4.1
|
||||
path-browserify: 1.0.1
|
||||
optionalDependencies:
|
||||
typescript: 5.7.3
|
||||
|
||||
'@vue/language-server@2.2.2(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@volar/language-core': 2.4.11
|
||||
|
@ -3139,6 +3163,14 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
||||
'@vue/typescript-plugin@2.2.4(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@volar/typescript': 2.4.11
|
||||
'@vue/language-core': 2.2.4(typescript@5.7.3)
|
||||
'@vue/shared': 3.5.13
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
||||
'@vuepress/bundler-vite@2.0.0-rc.7(@types/node@22.13.5)(sass@1.85.0)(typescript@5.7.3)':
|
||||
dependencies:
|
||||
'@vitejs/plugin-vue': 5.2.1(vite@5.0.13(@types/node@22.13.5)(sass@1.85.0))(vue@3.5.13(typescript@5.7.3))
|
||||
|
|
Loading…
Add table
Reference in a new issue