mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
refactor: remove Vercel references and update dependencies
- Removed Vercel from skills and theme descriptions. - Updated theme description to only mention JetBrains Mono. - Changed deployment references from Vercel to Cloudflare in multiple locales. - Updated package dependencies: - @iconify-json/devicon from 1.2.44 to 1.2.45 - @tailwindcss/typography from 0.5.18 to 0.5.19 - vue from 3.5.21 to 3.5.22 - @types/node from 24.5.2 to 24.6.0 - vue-tsc from 3.0.8 to 3.1.0
This commit is contained in:
12
package.json
12
package.json
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@iconify-json/devicon": "^1.2.44",
|
||||
"@iconify-json/devicon": "^1.2.45",
|
||||
"@iconify-json/logos": "^1.2.9",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.53",
|
||||
@@ -26,9 +26,7 @@
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@nuxtjs/i18n": "10.1.0",
|
||||
"@pinia/nuxt": "^0.11.2",
|
||||
"@tailwindcss/typography": "^0.5.18",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@vueuse/math": "13.9.0",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
@@ -39,12 +37,12 @@
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"typescript": "^5.9.2",
|
||||
"vue": "^3.5.21",
|
||||
"vue": "^3.5.22",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/node": "^24.6.0",
|
||||
"@vueuse/nuxt": "^13.9.0",
|
||||
"vue-tsc": "^3.0.8"
|
||||
"vue-tsc": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user