about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFrudrax Cheng <i@cynosura.one>2024-12-16 22:25:59 +0800
committerGitHub <noreply@github.com>2024-12-16 14:25:59 +0000
commitb1b6affb715326402674f6d6457dbe45288cbb2a (patch)
tree06fd11b176c1ea2d0bf6f90d0aace437a14b972a /package.json
parent1ac307bc42bdf370c2011e7e7f2c76baea3441d2 (diff)
downloadvoidsky-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 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 23e2bb324..cd73a8d21 100644
--- a/package.json
+++ b/package.json
@@ -63,6 +63,7 @@
     "@expo/webpack-config": "^19.0.0",
     "@floating-ui/dom": "^1.6.3",
     "@floating-ui/react-dom": "^2.0.8",
+    "@formatjs/intl-datetimeformat": "^6.17.1",
     "@formatjs/intl-locale": "^4.2.8",
     "@formatjs/intl-numberformat": "^8.15.1",
     "@formatjs/intl-pluralrules": "^5.4.1",