chore: upgrade to nuxt v3.5 and vue v3.3 (#2132)

This commit is contained in:
Daniel Roe 2023-05-29 02:16:34 -05:00 committed by GitHub
parent ad0725e9ae
commit 897968027c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2325 additions and 2062 deletions

View file

@ -34,7 +34,7 @@
"@iconify-emoji/twemoji": "^1.0.2",
"@iconify/json": "^2.2.49",
"@iconify/utils": "^2.1.5",
"@nuxt/devtools": "^0.4.5",
"@nuxt/devtools": "^0.5.3",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@pinia/nuxt": "^0.4.9",
@ -49,14 +49,14 @@
"@tiptap/starter-kit": "2.0.3",
"@tiptap/suggestion": "2.0.3",
"@tiptap/vue-3": "2.0.3",
"@unocss/nuxt": "^0.51.8",
"@vue-macros/nuxt": "^1.3.4",
"@unocss/nuxt": "^0.52.0",
"@vue-macros/nuxt": "^1.3.8",
"@vueuse/core": "^10.1.0",
"@vueuse/gesture": "2.0.0-beta.1",
"@vueuse/integrations": "^10.1.0",
"@vueuse/math": "^10.1.0",
"@vueuse/motion": "2.0.0-beta.12",
"@vueuse/nuxt": "^10.1.0",
"@vueuse/nuxt": "^10.1.2",
"blurhash": "^2.0.5",
"browser-fs-access": "^0.33.0",
"chroma-js": "^2.4.2",
@ -74,7 +74,7 @@
"lru-cache": "^9.0.1",
"masto": "^5.11.3",
"nuxt-security": "^0.13.0",
"nuxt-vitest": "^0.6.10",
"nuxt-vitest": "^0.7.2",
"page-lifecycle": "^0.1.2",
"pinia": "^2.0.35",
"postcss-nested": "^6.0.1",
@ -84,16 +84,16 @@
"simple-git": "^3.17.0",
"slimeform": "^0.9.1",
"stale-dep": "^0.6.0",
"std-env": "^3.3.2",
"std-env": "^3.3.3",
"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.6.4",
"tiny-decode": "^0.1.3",
"tippy.js": "^6.3.7",
"ufo": "^1.1.1",
"ufo": "^1.1.2",
"ultrahtml": "^1.2.0",
"unimport": "^3.0.6",
"unimport": "^3.0.7",
"vite-plugin-pwa": "^0.15.0",
"vue-advanced-cropper": "^2.8.8",
"vue-virtual-scroller": "2.0.0-beta.8",
@ -118,18 +118,15 @@
"flat": "^5.0.2",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.2",
"nuxt": "3.4.3",
"nuxt": "3.5.1",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"pnpm": {
"overrides": {
"vue": "3.2.45"
},
"patchedDependencies": {
"nuxt-security@0.13.0": "patches/nuxt-security@0.13.0.patch"
}