Update dependencies and remove Globe component

- Updated various dependencies in package.json and pnpm-lock.yaml for improved performance and compatibility.
- Removed the Globe component from the home page, streamlining the layout and reducing complexity.
This commit is contained in:
2025-04-06 22:58:30 +02:00
parent 1153a2003f
commit dc63d1b206
4 changed files with 889 additions and 750 deletions

View File

@@ -18,35 +18,34 @@
"@iconify-json/ph": "^1.2.2",
"@iconify-json/twemoji": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.18",
"@intlify/message-compiler": "^11.1.2",
"@intlify/message-compiler": "^11.1.3",
"@nuxt/content": "3.4.0",
"@nuxt/image": "^1.10.0",
"@nuxt/ui": "3.0.2",
"@nuxthub/core": "^0.8.22",
"@nuxthub/core": "^0.8.23",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "9.4.0",
"cobe": "^0.6.3",
"@nuxtjs/i18n": "9.5.2",
"drizzle-orm": "^0.41.0",
"h3-zod": "^0.5.3",
"nuxt": "^3.16.1",
"nuxt": "^3.16.2",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-rehype": "^11.1.2",
"vue-use-spring": "^0.3.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.16",
"@types/node": "^22.14.0",
"@vueuse/core": "^13.0.0",
"@vueuse/math": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"drizzle-kit": "^0.30.6",
"eslint": "^9.23.0",
"typescript": "^5.8.2",
"eslint": "^9.24.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.8",
"wrangler": "^4.6.0"
"wrangler": "^4.7.2"
}
}