Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87fb919

Browse files
committed
chore: update deps
1 parent 8b6b6e0 commit 87fb919

File tree

8 files changed

+1092
-945
lines changed

8 files changed

+1092
-945
lines changed

docs/app.config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineAppConfig({
3131
}],
3232
},
3333
footer: {
34-
credits: 'Copyright © 2023',
34+
credits: 'Copyright © 2024',
3535
colorMode: false,
3636
links: [{
3737
'icon': 'i-simple-icons-nuxtdotjs',
@@ -40,19 +40,19 @@ export default defineAppConfig({
4040
'aria-label': 'Nuxt Website',
4141
}, {
4242
'icon': 'i-simple-icons-discord',
43-
'to': 'https://discord.com/invite/ps2h6QT',
43+
'to': 'https://chat.nuxt.dev/',
4444
'target': '_blank',
45-
'aria-label': 'Nuxt Tailwind on Discord',
45+
'aria-label': 'Nuxt Discord',
4646
}, {
4747
'icon': 'i-simple-icons-x',
48-
'to': 'https://x.com/nuxt_js',
48+
'to': 'https://twitter.nuxt.dev/',
4949
'target': '_blank',
5050
'aria-label': 'Nuxt on X',
5151
}, {
5252
'icon': 'i-simple-icons-github',
5353
'to': 'https://github.com/nuxt-modules/tailwindcss',
5454
'target': '_blank',
55-
'aria-label': 'Nuxt Tailwind on GitHub',
55+
'aria-label': 'GitHub Repository',
5656
}],
5757
},
5858
toc: {

docs/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ provide('navigation', navigation)
3939
<AppFooter />
4040

4141
<ClientOnly>
42-
<LazyUDocsSearch
42+
<LazyUContentSearch
4343
:files="files"
4444
:navigation="navigation"
4545
/>

docs/components/AppHeader.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const { header } = useAppConfig()
1717
v-if="header?.search"
1818
#center
1919
>
20-
<UDocsSearchButton class="hidden lg:flex" />
20+
<UContentSearchButton class="hidden lg:flex" />
2121
</template>
2222

2323
<template #right>
24-
<UDocsSearchButton
24+
<UContentSearchButton
2525
v-if="header?.search"
2626
:label="null"
2727
class="lg:hidden"

docs/error.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ provide('navigation', navigation)
4141
<Footer />
4242

4343
<ClientOnly>
44-
<LazyUDocsSearch
44+
<LazyUContentSearch
4545
:files="files"
4646
:navigation="navigation"
4747
/>

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@iconify-json/heroicons": "latest",
1616
"@iconify-json/ph": "latest",
1717
"@iconify-json/simple-icons": "latest",
18-
"@nuxt/ui-pro": "^0.7.5",
18+
"@nuxt/ui-pro": "^1.1.0",
1919
"@nuxtjs/fontaine": "^0.4.1",
20-
"@nuxtjs/google-fonts": "^3.1.3",
21-
"@nuxtjs/plausible": "^0.2.4",
20+
"@nuxtjs/google-fonts": "^3.2.0",
21+
"@nuxtjs/plausible": "^1.0.0",
2222
"nuxt-og-image": "^2.2.4"
2323
},
2424
"devDependencies": {

docs/pages/[...slug].vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ const links = computed(() => [toc?.bottom?.edit && {
6161

6262
<hr v-if="surround?.length">
6363

64-
<UDocsSurround :surround="surround" />
64+
<UContentSurround :surround="surround" />
6565
</UPageBody>
6666

6767
<template
6868
v-if="page.toc !== false"
6969
#right
7070
>
71-
<UDocsToc
71+
<UContentToc
7272
:title="toc?.title"
7373
:links="page.body?.toc?.links"
7474
>
@@ -94,7 +94,7 @@ const links = computed(() => [toc?.bottom?.edit && {
9494
<AdsUIPro />
9595
</div>
9696
</template>
97-
</UDocsToc>
97+
</UContentToc>
9898
</template>
9999
</UPage>
100100
</template>

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"dev": "nuxi dev playground",
2828
"dev:build": "nuxi build playground",
2929
"dev:generate": "nuxi generate playground",
30+
"dev:preview": "nuxi preview playground",
3031
"dev:nuxt2": "nuxi dev nuxt2-playground",
3132
"dev:prepare": "pnpm prepare && pnpm build:stub",
3233
"build": "nuxt-module-build build",
@@ -43,36 +44,36 @@
4344
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
4445
},
4546
"dependencies": {
46-
"@nuxt/kit": "^3.11.1",
47+
"@nuxt/kit": "^3.11.2",
4748
"autoprefixer": "^10.4.19",
4849
"consola": "^3.2.3",
4950
"defu": "^6.1.4",
5051
"h3": "^1.11.1",
5152
"pathe": "^1.1.2",
52-
"postcss": "^8.4.33",
53-
"postcss-nesting": "^12.1.0",
54-
"tailwind-config-viewer": "^1.7.3",
55-
"tailwindcss": "~3.4.1",
53+
"postcss": "^8.4.38",
54+
"postcss-nesting": "^12.1.1",
55+
"tailwind-config-viewer": "^2.0.1",
56+
"tailwindcss": "~3.4.3",
5657
"ufo": "^1.5.3",
5758
"unctx": "^2.3.1"
5859
},
5960
"devDependencies": {
6061
"@fontsource/inter": "^5.0.17",
6162
"@nuxt/content": "^2.12.1",
6263
"@nuxt/devtools": "^1.1.5",
63-
"@nuxt/eslint-config": "0.3.5",
64+
"@nuxt/eslint-config": "0.3.7",
6465
"@nuxt/module-builder": "^0.5.5",
65-
"@nuxt/test-utils": "^3.12.0",
66+
"@nuxt/test-utils": "^3.12.1",
6667
"@tailwindcss/typography": "^0.5.12",
6768
"changelogen": "^0.5.5",
6869
"destr": "^2.0.3",
6970
"eslint": "9.0.0",
70-
"happy-dom": "^13.1.4",
71-
"nuxt": "^3.11.1",
72-
"typescript": "^5.4.3",
73-
"vitest": "1.4.0"
71+
"happy-dom": "^13.10.1",
72+
"nuxt": "^3.11.2",
73+
"typescript": "^5.4.5",
74+
"vitest": "1.5.0"
7475
},
75-
"packageManager": "pnpm@8.14.1",
76+
"packageManager": "pnpm@8.15.7",
7677
"resolutions": {
7778
"@nuxtjs/tailwindcss": "link:."
7879
},

0 commit comments

Comments
 (0)