chore: update nuxt to 3.11.0

pull/2692/head
userquin 2024-03-17 12:57:10 +01:00
rodzic 21d5633233
commit 8502e47a32
4 zmienionych plików z 1509 dodań i 969 usunięć

Wyświetl plik

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

Wyświetl plik

@ -55,10 +55,15 @@ export default defineNuxtPlugin(async () => {
const localCall = createCall(toNodeListener(h3App) as any)
const localFetch = createLocalFetch(localCall, globalThis.fetch)
// eslint-disable-next-line ts/prefer-ts-expect-error
// @ts-ignore error TS2321: Excessive stack depth comparing types
globalThis.$fetch = createFetch({
// @ts-expect-error slight differences in api
// eslint-disable-next-line ts/prefer-ts-expect-error
// @ts-ignore slight differences in api
fetch: localFetch,
Headers,
// eslint-disable-next-line ts/prefer-ts-expect-error
// @ts-ignore error TS2321: Excessive stack depth comparing types
defaults: { baseURL: config.app.baseURL },
})

Wyświetl plik

@ -38,7 +38,7 @@
"@iconify/json": "^2.2.170",
"@iconify/utils": "^2.1.22",
"@nuxt/devtools": "^1.0.8",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.1.1",
"@pinia/nuxt": "^0.5.1",
@ -133,14 +133,14 @@
"flat": "^5.0.2",
"fs-extra": "^11.2.0",
"lint-staged": "^14.0.1",
"nuxt": "^3.10.3",
"nuxt": "^3.11.0",
"prettier": "^3.0.3",
"sharp": "^0.33.2",
"sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.10.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "1.3.1",
"typescript": "^5.4.2",
"vitest": "1.4.0",
"vue-tsc": "^1.8.27"
},
"pnpm": {
@ -152,8 +152,8 @@
}
},
"resolutions": {
"vitest": "1.3.1",
"vue": "^3.4.19"
"vitest": "1.4.0",
"vue": "^3.4.21"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"

Plik diff jest za duży Load Diff