fix: format date using Date.toLocaleString (#2459)
* fix: format date using Date.toLocaleString Fixes #2458 * fix: date typings
Showing
... | @@ -37,7 +37,6 @@ | ... | @@ -37,7 +37,6 @@ |
"@types/lingui__core": "^2.7.1", | "@types/lingui__core": "^2.7.1", | ||
"@types/lingui__macro": "^2.7.4", | "@types/lingui__macro": "^2.7.4", | ||
"@types/lingui__react": "^2.8.3", | "@types/lingui__react": "^2.8.3", | ||
"@types/luxon": "^1.24.4", | |||
"@types/ms.macro": "^2.0.0", | "@types/ms.macro": "^2.0.0", | ||
"@types/multicodec": "^1.0.0", | "@types/multicodec": "^1.0.0", | ||
"@types/node": "^13.13.5", | "@types/node": "^13.13.5", | ||
... | @@ -94,7 +93,6 @@ | ... | @@ -94,7 +93,6 @@ |
"graphql-request": "^3.4.0", | "graphql-request": "^3.4.0", | ||
"inter-ui": "^3.13.1", | "inter-ui": "^3.13.1", | ||
"jest-styled-components": "^7.0.5", | "jest-styled-components": "^7.0.5", | ||
"luxon": "^1.25.0", | |||
"microbundle": "^0.13.3", | "microbundle": "^0.13.3", | ||
"ms.macro": "^2.0.0", | "ms.macro": "^2.0.0", | ||
"multicodec": "^3.0.1", | "multicodec": "^3.0.1", | ||
... | ... |
Please register or sign in to comment