mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Update dependencies
This commit is contained in:
@@ -88,9 +88,7 @@ export default defineNuxtConfig({
|
||||
|
||||
// Nuxt Icon
|
||||
icon: {
|
||||
serverBundle: {
|
||||
collections: ['ph', 'twemoji', 'logos'],
|
||||
},
|
||||
serverBundle: 'remote',
|
||||
},
|
||||
|
||||
// Nuxt Google Fonts
|
||||
@@ -140,4 +138,4 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
compatibilityDate: '2024-08-19',
|
||||
})
|
||||
})
|
||||
|
||||
19
package.json
19
package.json
@@ -13,7 +13,6 @@
|
||||
"db:generate": "drizzle-kit generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/json": "^2.2.238",
|
||||
"@nuxt/content": "^2.13.2",
|
||||
"@nuxt/image": "^1.7.0",
|
||||
"@nuxt/ui": "^2.18.4",
|
||||
@@ -21,24 +20,24 @@
|
||||
"@nuxthub/core": "^0.7.3",
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@nuxtjs/i18n": "^8.5.0",
|
||||
"drizzle-orm": "^0.31.4",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"h3-zod": "^0.5.3",
|
||||
"nuxt": "^3.12.4",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.26.0",
|
||||
"@nuxt/devtools": "^1.3.9",
|
||||
"@nuxt/ui": "^2.17.0",
|
||||
"@types/node": "^20.16.1",
|
||||
"@vueuse/core": "^10.11.1",
|
||||
"@vueuse/nuxt": "^10.11.1",
|
||||
"drizzle-kit": "^0.22.8",
|
||||
"@antfu/eslint-config": "^2.26.1",
|
||||
"@nuxt/devtools": "^1.3.14",
|
||||
"@nuxt/ui": "^2.18.4",
|
||||
"@types/node": "^22.4.2",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
"@vueuse/nuxt": "^11.0.1",
|
||||
"drizzle-kit": "^0.24.0",
|
||||
"eslint": "^9.9.0",
|
||||
"mapbox-gl": "^3.6.0",
|
||||
"nuxt-mapbox": "^1.6.0",
|
||||
"typescript": "^5.5.4",
|
||||
"vue-tsc": "^2.0.29",
|
||||
"wrangler": "^3.72.0"
|
||||
"wrangler": "^3.72.1"
|
||||
}
|
||||
}
|
||||
|
||||
486
pnpm-lock.yaml
generated
486
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user