chore: update nuxt to 3.11.2 (#2755)

pull/2763/head
Joaquín Sánchez 2024-04-05 16:34:42 +02:00 zatwierdzone przez GitHub
rodzic a27c218802
commit 73293fbcd3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 1593 dodań i 1699 usunięć

Wyświetl plik

@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.11.1"
"nuxt": "^3.11.2"
}
}

Wyświetl plik

@ -197,17 +197,17 @@ export default defineNuxtConfig({
},
publicAssets: [
{
dir: '~/public/avatars',
dir: resolve('./public/avatars'),
maxAge: 24 * 60 * 60 * 30, // 30 days
baseURL: '/avatars',
},
{
dir: '~/public/emojis',
dir: resolve('./public/emojis'),
maxAge: 24 * 60 * 60 * 15, // 15 days, matching service worker
baseURL: '/emojis',
},
{
dir: '~/public/fonts',
dir: resolve('./public/fonts'),
maxAge: 24 * 60 * 60 * 365, // 1 year (versioned)
baseURL: '/fonts',
},

Wyświetl plik

@ -94,14 +94,14 @@
"simple-git": "^3.19.1",
"slimeform": "^0.9.1",
"stale-dep": "^0.7.0",
"std-env": "^3.3.3",
"std-env": "^3.7.0",
"string-length": "^5.0.1",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"theme-vitesse": "^0.7.2",
"tiny-decode": "^0.1.3",
"tippy.js": "^6.3.7",
"ufo": "^1.5.2",
"ufo": "^1.5.3",
"ultrahtml": "^1.5.3",
"unimport": "^3.7.1",
"vite-plugin-pwa": "^0.19.2",
@ -132,15 +132,15 @@
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"sharp": "^0.33.3",
"sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2",
"typescript": "^5.4.2",
"typescript": "^5.4.4",
"vitest": "1.4.0",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.10"
},
"pnpm": {
"overrides": {

Plik diff jest za duży Load Diff