mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-13 19:13:43 +00:00
Updated npm package versions.
Command: `npm update`
This commit is contained in:
@@ -28,7 +28,7 @@ function formatDate(date: TopolaDate, intl: InjectedIntl) {
|
||||
defaultMessage: DATE_QUALIFIERS.get(qualifier) || qualifier,
|
||||
});
|
||||
|
||||
const formatOptions = {
|
||||
const formatOptions: Intl.DateTimeFormatOptions = {
|
||||
day: hasDay ? 'numeric' : undefined,
|
||||
month: hasMonth ? 'long' : undefined,
|
||||
year: hasYear ? 'numeric' : undefined,
|
||||
|
||||
Reference in New Issue
Block a user