Skip to content

Commit a0e71d9

Browse files
chore(deps): update vue-tsc to v3 (v3) (major) (#4445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 127e06a commit a0e71d9

File tree

6 files changed

+311
-86
lines changed

6 files changed

+311
-86
lines changed

docs/app/components/Banner.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<UBanner
33
id="ui3-launch"
4+
title="Nuxt UI v3 is officially released!"
45
icon="i-lucide-rocket"
56
:actions="[
67
{
@@ -10,9 +11,5 @@
1011
}
1112
]"
1213
close
13-
>
14-
<template #title>
15-
<span class="font-semibold">Nuxt UI v3</span> is officially released.
16-
</template>
17-
</UBanner>
14+
/>
1815
</template>

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/content": "^3.6.1",
1818
"@nuxt/image": "^1.10.0",
1919
"@nuxt/ui": "workspace:*",
20-
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@3d48704",
20+
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@22fdc5e",
2121
"@nuxthub/core": "^0.9.0",
2222
"@nuxtjs/plausible": "^1.2.0",
2323
"@octokit/rest": "^22.0.0",

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"unplugin-auto-import": "^19.3.0",
153153
"unplugin-vue-components": "^28.8.0",
154154
"vaul-vue": "0.4.1",
155-
"vue-component-type-helpers": "^2.2.12"
155+
"vue-component-type-helpers": "^3.0.0"
156156
},
157157
"devDependencies": {
158158
"@nuxt/eslint-config": "^1.5.0",
@@ -167,7 +167,7 @@
167167
"release-it": "^19.0.3",
168168
"vitest": "^3.2.4",
169169
"vitest-environment-nuxt": "^1.0.1",
170-
"vue-tsc": "^2.2.12"
170+
"vue-tsc": "^3.0.0"
171171
},
172172
"peerDependencies": {
173173
"@inertiajs/vue3": "^2.0.7",
@@ -208,7 +208,8 @@
208208
"debug": "4.3.7",
209209
"rollup": "4.34.9",
210210
"unimport": "4.1.1",
211-
"unplugin": "^2.3.5"
211+
"unplugin": "^2.3.5",
212+
"nuxt-component-meta": "https://pkg.pr.new/nuxt-component-meta@a844f93"
212213
},
213214
"pnpm": {
214215
"onlyBuiltDependencies": [

playground-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@vitejs/plugin-vue": "^5.2.4",
2020
"typescript": "^5.8.3",
2121
"vite": "^6.3.5",
22-
"vue-tsc": "^2.2.12"
22+
"vue-tsc": "^3.0.0"
2323
}
2424
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
22-
"vue-tsc": "^2.2.12"
22+
"vue-tsc": "^3.0.0"
2323
},
2424
"resolutions": {
2525
"unimport": "4.1.1"

0 commit comments

Comments
 (0)