chore(deps): update dependency nuxt to ^3.13.1 (#2946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-09-11 15:37:59 +01:00 committed by GitHub
parent 344ec56da0
commit dd6fab86ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1489 additions and 1837 deletions

View file

@ -37,11 +37,11 @@
"@iconify-emoji/twemoji": "^1.0.2",
"@iconify/json": "^2.2.170",
"@iconify/utils": "^2.1.22",
"@nuxt/devtools": "^1.0.8",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/color-mode": "^3.3.4",
"@nuxtjs/i18n": "^8.4.0",
"@pinia/nuxt": "^0.5.3",
"@nuxt/devtools": "^1.4.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "^8.5.3",
"@pinia/nuxt": "^0.5.4",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-character-count": "2.2.4",
@ -59,13 +59,13 @@
"@unocss/nuxt": "^0.62.3",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^2.0.0",
"@vue-macros/nuxt": "^1.6.0",
"@vueuse/core": "^11.0.0",
"@vue-macros/nuxt": "^1.11.12",
"@vueuse/core": "^11.0.3",
"@vueuse/gesture": "^2.0.0",
"@vueuse/integrations": "^11.0.0",
"@vueuse/math": "^11.0.0",
"@vueuse/integrations": "^11.0.3",
"@vueuse/math": "^11.0.3",
"@vueuse/motion": "2.2.5",
"@vueuse/nuxt": "^11.0.0",
"@vueuse/nuxt": "^11.0.3",
"blurhash": "^2.0.5",
"browser-fs-access": "^0.35.0",
"cheerio": "^1.0.0",
@ -85,7 +85,7 @@
"lru-cache": "^11.0.0",
"masto": "^6.7.5",
"node-emoji": "^2.1.3",
"nuxt-security": "^1.0.0",
"nuxt-security": "^1.4.3",
"page-lifecycle": "^0.1.2",
"pinia": "^2.2.2",
"postcss-nested": "^6.0.1",
@ -105,11 +105,11 @@
"ufo": "^1.5.3",
"ultrahtml": "^1.5.3",
"unimport": "^3.10.0",
"vite-plugin-pwa": "^0.20.0",
"vue-advanced-cropper": "^2.8.8",
"vite-plugin-pwa": "^0.20.5",
"vue-advanced-cropper": "^2.8.9",
"vue-virtual-scroller": "2.0.0-beta.8",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0",
"workbox-build": "^7.1.1",
"workbox-window": "^7.1.0",
"ws": "^8.15.1"
},
"devDependencies": {
@ -132,7 +132,7 @@
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.0",
"nuxt": "^3.13.1",
"prettier": "^3.3.3",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
@ -140,21 +140,22 @@
"tsx": "^4.19.0",
"typescript": "^5.4.4",
"vitest": "2.0.5",
"vue-tsc": "^2.0.10"
"vue-tsc": "^2.1.6"
},
"pnpm": {
"patchedDependencies": {
"@vueuse/motion": "patches/@vueuse__motion.patch",
"pinceau": "patches/pinceau.patch",
"vue-i18n": "patches/vue-i18n.patch",
"nuxt-security": "patches/nuxt-security.patch"
"nuxt-security": "patches/nuxt-security.patch",
"nuxt": "patches/nuxt.patch"
}
},
"resolutions": {
"nuxt-component-meta": "0.8.0",
"nuxt-component-meta": "0.8.1",
"unstorage": "^1.12.0",
"vitest": "2.0.5",
"vue": "^3.4.21"
"vue": "^3.5.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"