Skip to content

Commit 069c262

Browse files
chore(deps): update resolutions vue-tsc to v3 (#641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent e4c0e29 commit 069c262

File tree

4 files changed

+140
-540
lines changed

4 files changed

+140
-540
lines changed

example/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^5.8.3",
13-
"vue-tsc": "^2.2.10"
13+
"vue-tsc": "^3.0.4"
1414
}
1515
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
"typescript": "~5.8.3",
8383
"vitest": "^3.2.4",
8484
"vue": "^3.5.17",
85-
"vue-tsc": "^2.2.10"
85+
"vue-tsc": "^3.0.4"
8686
},
8787
"resolutions": {
8888
"@nuxt/kit": "^4.0.1",
8989
"@nuxt/module-builder": "workspace:*",
9090
"@nuxt/schema": "^4.0.1",
9191
"typescript": "~5.8.3",
9292
"vue": "^3.5.17",
93-
"vue-tsc": "^2.2.10"
93+
"vue-tsc": "^3.0.4"
9494
},
9595
"engines": {
9696
"node": "^18.0.0 || >=20.0.0"

0 commit comments

Comments
 (0)