chore: update dependencies to latest versions

- Updated @nuxt/ui from ^4.0.0 to 4.0.1
- Updated typescript from ^5.9.2 to 5.9.3
- Updated @types/node from ^24.6.0 to 24.6.2
This commit is contained in:
2025-10-03 17:41:34 +02:00
parent 6c5b561d49
commit 22c93c509d
2 changed files with 65 additions and 43 deletions

View File

@@ -22,7 +22,7 @@
"@nuxt/content": "3.7.1",
"@nuxt/eslint": "1.9.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.0.0",
"@nuxt/ui": "4.0.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "10.1.0",
"@nuxtjs/seo": "^3.2.2",
@@ -37,12 +37,12 @@
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"typescript": "^5.9.2",
"typescript": "5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/node": "^24.6.0",
"@types/node": "24.6.2",
"@vueuse/nuxt": "^13.9.0",
"vue-tsc": "^3.1.0"
}