diff options
author | Frudrax Cheng <i@cynosura.one> | 2024-12-16 22:25:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 14:25:59 +0000 |
commit | b1b6affb715326402674f6d6457dbe45288cbb2a (patch) | |
tree | 06fd11b176c1ea2d0bf6f90d0aace437a14b972a /yarn.lock | |
parent | 1ac307bc42bdf370c2011e7e7f2c76baea3441d2 (diff) | |
download | voidsky-b1b6affb715326402674f6d6457dbe45288cbb2a.tar.zst |
Fix post time localization on Android (#6742)
* Fix post time localization on native * Fix timezone * Revent time.ts * Add time.android.ts * Add missing 'an' and 'ast' * Revent PostThreadItem.tsx * Resolve duplicate versions in lockfile * Move to time.native.ts * Follow #7055 to upgrade intl-datetimeformat version * Remove time.native.ts
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 9e2259e0d..8dc5745e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4274,6 +4274,15 @@ dependencies: tslib "2" +"@formatjs/intl-datetimeformat@^6.17.1": + version "6.17.1" + resolved "https://registry.yarnpkg.com/@formatjs/intl-datetimeformat/-/intl-datetimeformat-6.17.1.tgz#d5e800891f9d79c8f1af1999f51db51f1384eca1" + integrity sha512-a18NqRo6R73xpREuMZo8FqjO+LnYFDHoeoviTh5de4ebI46wqLSDgbAIKoceuWblTQt8bvCpJIwvKgLItea88Q== + dependencies: + "@formatjs/ecma402-abstract" "2.3.1" + "@formatjs/intl-localematcher" "0.5.9" + tslib "2" + "@formatjs/intl-enumerator@1.8.7": version "1.8.7" resolved "https://registry.yarnpkg.com/@formatjs/intl-enumerator/-/intl-enumerator-1.8.7.tgz#3f004753333f80cc468ae34046bd8416772a0412" |