fix(deps): update dependencies (major) (#2994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
renovate[bot] 2024-11-25 12:41:34 +09:00 committed by GitHub
parent eab541b7b8
commit beeb30f039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 277 additions and 152 deletions

View file

@ -58,7 +58,7 @@
"@tiptap/vue-3": "2.2.4",
"@unocss/nuxt": "^0.63.6",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^2.0.0",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
"@vueuse/core": "^11.0.3",
"@vueuse/gesture": "^2.0.0",
@ -85,10 +85,10 @@
"lru-cache": "^11.0.0",
"masto": "^6.10.1",
"node-emoji": "^2.1.3",
"nuxt-security": "^1.4.3",
"nuxt-security": "^2.0.0",
"page-lifecycle": "^0.1.2",
"pinia": "^2.2.2",
"postcss-nested": "^6.0.1",
"postcss-nested": "^7.0.0",
"prosemirror-highlight": "^0.9.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"shiki": "^1.22.2",
@ -146,7 +146,6 @@
"pnpm": {
"patchedDependencies": {
"pinceau": "patches/pinceau.patch",
"nuxt-security": "patches/nuxt-security.patch",
"@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch"
}
},