[U] Upgrade packages

This commit is contained in:
2024-07-31 18:55:48 +08:00
parent 4f128a6fb8
commit ab6919ca28
2 changed files with 3358 additions and 1634 deletions
+24 -24
View File
@@ -8,31 +8,31 @@
"build": "vue-tsc --noEmit && vite build" "build": "vue-tsc --noEmit && vite build"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0", "@fortawesome/fontawesome-free": "^6.6.0",
"animsition": "^4.0.2", "animsition": "^4.0.2",
"core-js": "^3.29.0", "core-js": "^3.37.1",
"emoji-regex": "^10.2.1", "emoji-regex": "^10.3.0",
"linkify-urls": "^4.0.0", "linkify-urls": "^4.1.0",
"marked": "^4.2.12", "marked": "^4.3.0",
"moment": "^2.29.4", "moment": "^2.30.1",
"tg-blog": "^1.1.6", "tg-blog": "^1.1.7",
"vue": "^3.2.47", "vue": "^3.4.35",
"vue-i18n": "^9.2.2", "vue-facing-decorator": "^3.0.4",
"vue-router": "^4.1.6" "vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jquery": "^3.5.16", "@types/jquery": "^3.5.30",
"@types/jqueryui": "^1.12.16", "@types/jqueryui": "^1.12.23",
"@types/marked": "^4.0.7", "@types/marked": "^4.3.2",
"@types/node": "^20", "@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^5.1.1",
"eslint": "^8.35.0", "eslint": "^9.8.0",
"sass": "^1.58.3", "sass": "^1.77.8",
"tslib": "^2.5.0", "tslib": "^2.6.3",
"typescript": "^5", "typescript": "^5.5.4",
"vite": "^4.1.4", "vite": "^5.3.5",
"vue-class-component": "^8.0.0-rc.1", "vue-tsc": "^2.0.29"
"vue-property-decorator": "^10.0.0-rc.3", },
"vue-tsc": "^1.0.24" "packageManager": "yarn@4.3.1"
}
} }
+3334 -1610
View File
File diff suppressed because it is too large Load Diff