mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
upgrade third party dependencies
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ class MomentDateTime implements DateTime {
|
||||
}
|
||||
}
|
||||
|
||||
export function getAllowedYearRange(): number[] {
|
||||
export function getAllowedYearRange(): [number, number] {
|
||||
return [2000, moment().year() + 1];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user