refactor: migrate to nuxt compatibilityVersion: 4 (#3298)

This commit is contained in:
Daniel Roe 2025-05-20 15:05:01 +01:00 committed by GitHub
parent 46e4433e1c
commit a3fbc056a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
342 changed files with 1200 additions and 2932 deletions

View file

@ -2,7 +2,7 @@
"name": "@elk-zone/elk",
"type": "module",
"version": "0.16.0",
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"packageManager": "pnpm@9.15.9",
"license": "MIT",
"homepage": "https://elk.zone/",
"main": "./nuxt.config.ts",
@ -38,11 +38,11 @@
"@iconify-emoji/twemoji": "^1.0.2",
"@iconify/json": "^2.2.170",
"@iconify/utils": "^2.1.22",
"@nuxt/devtools": "^2.3.1",
"@nuxt/test-utils": "^3.17.2",
"@nuxt/devtools": "^2.4.1",
"@nuxt/test-utils": "^3.19.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.3.2",
"@pinia/nuxt": "^0.10.1",
"@nuxtjs/i18n": "^9.5.4",
"@pinia/nuxt": "^0.11.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-character-count": "2.2.4",
@ -57,7 +57,7 @@
"@tiptap/starter-kit": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@tiptap/vue-3": "2.2.4",
"@unocss/nuxt": "^0.65.4",
"@unocss/nuxt": "^66.1.2",
"@upstash/redis": "^1.27.1",
"@vercel/kv": "^3.0.0",
"@vue-macros/nuxt": "^1.11.12",
@ -66,7 +66,7 @@
"@vueuse/integrations": "^12.0.0",
"@vueuse/math": "^12.0.0",
"@vueuse/motion": "2.2.6",
"@vueuse/nuxt": "^12.0.0",
"@vueuse/nuxt": "^13.2.0",
"blurhash": "^2.0.5",
"browser-fs-access": "^0.35.0",
"cheerio": "^1.0.0",
@ -89,9 +89,9 @@
"mocked-exports": "^0.1.1",
"node-emoji": "^2.1.3",
"node-mock-http": "^1.0.0",
"nuxt-security": "^2.0.0",
"nuxt-security": "^2.2.0",
"page-lifecycle": "^0.1.2",
"pinia": "^2.3.1",
"pinia": "^3.0.2",
"postcss-nested": "^7.0.0",
"prosemirror-highlight": "^0.13.0",
"rollup-plugin-node-polyfills": "^0.2.1",