mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
chore(deps): update
This commit is contained in:
@@ -12,9 +12,11 @@ export default defineNuxtConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// extends: [
|
||||
// process.env.NUXT_UI_PRO_PATH ? resolve(process.env.NUXT_UI_PRO_PATH, 'docs') : process.env.NUXT_GITHUB_TOKEN && ['github:nuxt/ui-pro/docs#dev', { giget: { auth: process.env.NUXT_GITHUB_TOKEN } }]
|
||||
// ],
|
||||
|
||||
modules: [
|
||||
module,
|
||||
'@nuxt/ui-pro',
|
||||
@@ -27,23 +29,24 @@ export default defineNuxtConfig({
|
||||
'nuxt-component-meta',
|
||||
'nuxt-og-image'
|
||||
],
|
||||
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
version: pkg.version
|
||||
}
|
||||
},
|
||||
// ui: {
|
||||
// global: true
|
||||
// },
|
||||
|
||||
icon: {
|
||||
customCollections: [{
|
||||
prefix: 'custom',
|
||||
dir: resolve('./app/assets/icons')
|
||||
}]
|
||||
},
|
||||
|
||||
content: {
|
||||
sources: {
|
||||
pro: process.env.NUXT_UI_PRO_PATH
|
||||
@@ -67,9 +70,11 @@ export default defineNuxtConfig({
|
||||
langs: ['bash', 'ts', 'diff', 'vue', 'json', 'yml', 'css', 'mdc']
|
||||
}
|
||||
},
|
||||
|
||||
image: {
|
||||
provider: 'ipx'
|
||||
},
|
||||
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: [
|
||||
@@ -80,10 +85,12 @@ export default defineNuxtConfig({
|
||||
ignore: !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
||||
}
|
||||
},
|
||||
|
||||
routeRules: {
|
||||
'/': { redirect: '/getting-started/installation', prerender: false },
|
||||
'/components': { redirect: '/components/app', prerender: false }
|
||||
},
|
||||
|
||||
componentMeta: {
|
||||
exclude: [
|
||||
'@nuxt/content',
|
||||
@@ -107,6 +114,7 @@ export default defineNuxtConfig({
|
||||
exposed: false
|
||||
}
|
||||
},
|
||||
|
||||
hooks: {
|
||||
// Related to https://github.com/nuxt/nuxt/pull/22558
|
||||
// 'components:extend': (components) => {
|
||||
@@ -119,15 +127,20 @@ export default defineNuxtConfig({
|
||||
// })
|
||||
// }
|
||||
},
|
||||
|
||||
// vite: {
|
||||
// optimizeDeps: {
|
||||
// include: ['date-fns']
|
||||
// }
|
||||
// },
|
||||
|
||||
site: {
|
||||
url: 'https://ui3.nuxt.com'
|
||||
},
|
||||
|
||||
typescript: {
|
||||
strict: false
|
||||
}
|
||||
},
|
||||
|
||||
compatibilityDate: '2024-07-09'
|
||||
})
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"@iconify-json/heroicons": "^1.1.21",
|
||||
"@iconify-json/simple-icons": "^1.1.108",
|
||||
"@iconify-json/vscode-icons": "^1.1.35",
|
||||
"@nuxt/content": "^2.13.0",
|
||||
"@nuxt/content": "^2.13.1",
|
||||
"@nuxt/fonts": "^0.7.1",
|
||||
"@nuxt/image": "^1.7.0",
|
||||
"@nuxt/ui": "latest",
|
||||
@@ -15,12 +15,12 @@
|
||||
"@octokit/rest": "^21.0.0",
|
||||
"@vueuse/nuxt": "^10.11.0",
|
||||
"joi": "^17.13.3",
|
||||
"nuxt": "^3.12.2",
|
||||
"nuxt": "^3.12.3",
|
||||
"nuxt-component-meta": "^0.7.0",
|
||||
"nuxt-og-image": "^3.0.0-rc.53",
|
||||
"nuxt-og-image": "^3.0.0-rc.56",
|
||||
"prettier": "^3.3.2",
|
||||
"ufo": "^1.5.3",
|
||||
"valibot": "^0.35.0",
|
||||
"valibot": "^0.36.0",
|
||||
"yup": "^1.4.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user