upgrade third party dependencies

This commit is contained in:
MaysWind
2025-11-29 21:46:43 +08:00
parent 516e3a5613
commit 608411feab
9 changed files with 900 additions and 956 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ class MomentDateTime implements DateTime {
}
}
export function getAllowedYearRange(): number[] {
export function getAllowedYearRange(): [number, number] {
return [2000, moment().year() + 1];
}