chore: update dependencies to latest versions

- Bump @antfu/eslint-config from 5.2.1 to 5.4.1
- Update @iconify-json/devicon from 1.2.43 to 1.2.44
- Upgrade @iconify-json/simple-icons from 1.2.50 to 1.2.53
- Upgrade @nuxt/content from 3.6.3 to 3.7.1
- Update @nuxt/ui from 4.0.0-alpha.1 to 4.0.0
- Upgrade @nuxtjs/i18n from 10.0.6 to 10.1.0
- Update @tailwindcss/typography from 0.5.16 to 0.5.18
- Upgrade better-sqlite3 from 12.2.0 to 12.4.1
- Update eslint from 9.35.0 to 9.36.0
- Upgrade nuxt from 4.1.1 to 4.1.2
- Update typescript from 5.6.3 to 5.9.2
- Upgrade vue from 3.5.20 to 3.5.21
- Update @types/node from 24.3.0 to 24.5.2
- Upgrade vue-tsc from 3.0.6 to 3.0.8
This commit is contained in:
2025-09-23 20:08:20 +02:00
parent 5a33dee7e8
commit 16a00b08c1
2 changed files with 480 additions and 174 deletions

624
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -12,39 +12,39 @@
"lint:fix": "eslint --fix ." "lint:fix": "eslint --fix ."
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config": "^5.2.1", "@antfu/eslint-config": "^5.4.1",
"@iconify-json/devicon": "^1.2.43", "@iconify-json/devicon": "^1.2.44",
"@iconify-json/logos": "^1.2.9", "@iconify-json/logos": "^1.2.9",
"@iconify-json/ph": "^1.2.2", "@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.50", "@iconify-json/simple-icons": "^1.2.53",
"@iconify-json/twemoji": "^1.2.4", "@iconify-json/twemoji": "^1.2.4",
"@iconify-json/vscode-icons": "^1.2.30", "@iconify-json/vscode-icons": "^1.2.30",
"@nuxt/content": "3.6.3", "@nuxt/content": "3.7.1",
"@nuxt/eslint": "1.9.0", "@nuxt/eslint": "1.9.0",
"@nuxt/image": "^1.11.0", "@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.0.0-alpha.1", "@nuxt/ui": "^4.0.0",
"@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "10.0.6", "@nuxtjs/i18n": "10.1.0",
"@pinia/nuxt": "^0.11.2", "@pinia/nuxt": "^0.11.2",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.18",
"@vercel/analytics": "^1.5.0", "@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0", "@vercel/speed-insights": "^1.2.0",
"@vueuse/math": "^14.0.0-alpha.0", "@vueuse/math": "13.9.0",
"@vueuse/motion": "^3.0.3", "@vueuse/motion": "^3.0.3",
"better-sqlite3": "^12.2.0", "better-sqlite3": "^12.4.1",
"eslint": "9.35.0", "eslint": "9.36.0",
"nuxt": "4.1.1", "nuxt": "4.1.2",
"rehype-katex": "^7.0.1", "rehype-katex": "^7.0.1",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"typescript": "^5.6.3", "typescript": "^5.9.2",
"vue": "^3.5.20", "vue": "^3.5.21",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24.3.0", "@types/node": "^24.5.2",
"@vueuse/nuxt": "^13.9.0", "@vueuse/nuxt": "^13.9.0",
"vue-tsc": "^3.0.6" "vue-tsc": "^3.0.8"
} }
} }