Update dependencies

This commit is contained in:
2024-08-19 17:02:09 +02:00
parent c43ae2e24c
commit 450f86a1c7
4 changed files with 1591 additions and 1643 deletions

View File

@@ -40,6 +40,36 @@ export default defineNuxtConfig({
locales: ['en', 'fr'],
},
// Nuxt UI
ui: {
safelistColors: [
'slate',
'gray',
'zinc',
'neutral',
'stone',
'red',
'orange',
'amber',
'yellow',
'lime',
'green',
'emerald',
'teal',
'cyan',
'sky',
'blue',
'indigo',
'violet',
'purple',
'fuchsia',
'pink',
'rose',
'black',
'white',
],
},
// Nuxt Color Mode
colorMode: {
preference: 'system',
@@ -58,18 +88,25 @@ export default defineNuxtConfig({
locales: [
{
code: 'en',
iso: 'en-EN',
language: 'en-EN',
icon: 'i-twemoji-flag-united-kingdom',
},
{
code: 'fr',
iso: 'fr-FR',
language: 'fr-FR',
icon: 'i-twemoji-flag-france',
},
],
defaultLocale: 'en',
},
// Nuxt Icon
icon: {
serverBundle: {
collections: ['ph', 'twemoji', 'logos'],
},
},
// Nuxt Google Fonts
googleFonts: {
display: 'swap',

View File

@@ -13,32 +13,32 @@
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify/json": "^2.2.230",
"@iconify/json": "^2.2.238",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui": "^2.18.4",
"@nuxthq/studio": "^2.0.3",
"@nuxthub/core": "^0.7.1",
"@nuxthub/core": "^0.7.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/i18n": "^8.5.0",
"drizzle-orm": "^0.31.4",
"h3-zod": "^0.5.3",
"nuxt": "^3.12.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.2",
"@antfu/eslint-config": "^2.26.0",
"@nuxt/devtools": "^1.3.9",
"@nuxt/ui": "^2.17.0",
"@types/node": "^20.14.12",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"@types/node": "^20.16.1",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"drizzle-kit": "^0.22.8",
"eslint": "^9.7.0",
"mapbox-gl": "^3.5.2",
"eslint": "^9.9.0",
"mapbox-gl": "^3.6.0",
"nuxt-mapbox": "^1.6.0",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.28",
"wrangler": "^3.66.0"
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.0"
}
}

3169
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff