Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Apr 15, 2024
1 parent 8b6b6e0 commit 87fb919
Show file tree
Hide file tree
Showing 8 changed files with 1,092 additions and 945 deletions.
10 changes: 5 additions & 5 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineAppConfig({
}],
},
footer: {
credits: 'Copyright © 2023',
credits: 'Copyright © 2024',
colorMode: false,
links: [{
'icon': 'i-simple-icons-nuxtdotjs',
Expand All @@ -40,19 +40,19 @@ export default defineAppConfig({
'aria-label': 'Nuxt Website',
}, {
'icon': 'i-simple-icons-discord',
'to': 'https://discord.com/invite/ps2h6QT',
'to': 'https://chat.nuxt.dev/',
'target': '_blank',
'aria-label': 'Nuxt Tailwind on Discord',
'aria-label': 'Nuxt Discord',
}, {
'icon': 'i-simple-icons-x',
'to': 'https://x.com/nuxt_js',
'to': 'https://twitter.nuxt.dev/',
'target': '_blank',
'aria-label': 'Nuxt on X',
}, {
'icon': 'i-simple-icons-github',
'to': 'https://github.com/nuxt-modules/tailwindcss',
'target': '_blank',
'aria-label': 'Nuxt Tailwind on GitHub',
'aria-label': 'GitHub Repository',
}],
},
toc: {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ provide('navigation', navigation)
<AppFooter />

<ClientOnly>
<LazyUDocsSearch
<LazyUContentSearch
:files="files"
:navigation="navigation"
/>
Expand Down
4 changes: 2 additions & 2 deletions docs/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const { header } = useAppConfig()
v-if="header?.search"
#center
>
<UDocsSearchButton class="hidden lg:flex" />
<UContentSearchButton class="hidden lg:flex" />
</template>

<template #right>
<UDocsSearchButton
<UContentSearchButton
v-if="header?.search"
:label="null"
class="lg:hidden"
Expand Down
2 changes: 1 addition & 1 deletion docs/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ provide('navigation', navigation)
<Footer />

<ClientOnly>
<LazyUDocsSearch
<LazyUContentSearch
:files="files"
:navigation="navigation"
/>
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@iconify-json/heroicons": "latest",
"@iconify-json/ph": "latest",
"@iconify-json/simple-icons": "latest",
"@nuxt/ui-pro": "^0.7.5",
"@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/plausible": "^1.0.0",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ const links = computed(() => [toc?.bottom?.edit && {

<hr v-if="surround?.length">
<UDocsSurround :surround="surround" />
<UContentSurround :surround="surround" />
</UPageBody>
<template
v-if="page.toc !== false"
#right
>
<UDocsToc
<UContentToc
:title="toc?.title"
:links="page.body?.toc?.links"
>
Expand All @@ -94,7 +94,7 @@ const links = computed(() => [toc?.bottom?.edit && {
<AdsUIPro />
</div>
</template>
</UDocsToc>
</UContentToc>
</template>
</UPage>
</template>
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:preview": "nuxi preview playground",
"dev:nuxt2": "nuxi dev nuxt2-playground",
"dev:prepare": "pnpm prepare && pnpm build:stub",
"build": "nuxt-module-build build",
Expand All @@ -43,36 +44,36 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"autoprefixer": "^10.4.19",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
"pathe": "^1.1.2",
"postcss": "^8.4.33",
"postcss-nesting": "^12.1.0",
"tailwind-config-viewer": "^1.7.3",
"tailwindcss": "~3.4.1",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.1",
"tailwind-config-viewer": "^2.0.1",
"tailwindcss": "~3.4.3",
"ufo": "^1.5.3",
"unctx": "^2.3.1"
},
"devDependencies": {
"@fontsource/inter": "^5.0.17",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "0.3.5",
"@nuxt/eslint-config": "0.3.7",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/test-utils": "^3.12.1",
"@tailwindcss/typography": "^0.5.12",
"changelogen": "^0.5.5",
"destr": "^2.0.3",
"eslint": "9.0.0",
"happy-dom": "^13.1.4",
"nuxt": "^3.11.1",
"typescript": "^5.4.3",
"vitest": "1.4.0"
"happy-dom": "^13.10.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "1.5.0"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.7",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
},
Expand Down

0 comments on commit 87fb919

Please sign in to comment.