Updated npm package versions.

Command: `npm update`
This commit is contained in:
Przemek Wiech
2021-03-27 18:12:44 +01:00
parent e914511644
commit 2916a30bee
3 changed files with 1602 additions and 1512 deletions

View File

@@ -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,