[U] Update deps

This commit is contained in:
2026-04-24 05:25:06 +00:00
parent ea9c12eda5
commit 1fb6522895
5 changed files with 23 additions and 24 deletions
+18 -18
View File
@@ -8,31 +8,31 @@
"build": "vue-tsc --noEmit && vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"animsition": "^4.0.2",
"core-js": "^3.37.1",
"core-js": "^3.49.0",
"emoji-regex": "^10.3.0",
"linkify-urls": "^4.1.0",
"linkify-urls": "^5.2.0",
"lxgw-wenkai-webfont": "^1.7.0",
"marked": "^4.3.0",
"marked": "^18.0.2",
"moment": "^2.30.1",
"tg-blog": "^1.1.7",
"vue": "^3.4.35",
"vue-i18n": "^11.1.12",
"vue-router": "^4.4.0"
"tg-blog": "^1.1.10",
"vue": "^3.5.33",
"vue-i18n": "^11.4.0",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/jquery": "^4.0.0",
"@types/jqueryui": "^1.12.23",
"@types/marked": "^4.3.2",
"@types/node": "^24.9.1",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.8.0",
"sass": "^1.77.8",
"@types/marked": "^6.0.0",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"eslint": "^10.2.1",
"sass": "^1.99.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"unocss": "^66.5.4",
"vite": "^7.1.12",
"vue-tsc": "3.1.1"
"typescript": "^6.0.3",
"unocss": "^66.6.8",
"vite": "^8.0.10",
"vue-tsc": "3.2.7"
}
}