chore(deps): add localization support packages

- add ANSI rendering and icon dependencies for the i18n devtool\n- add flag, calendar, and jsdom dependencies for the web locale experience\n- connect reusable blocks to the shared i18n runtime\n- refresh the Bun lockfile
This commit is contained in:
Maofeng
2026-07-30 14:47:26 +08:00
parent 324d676599
commit 0d0aad1d47
4 changed files with 25 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.18",
"@workspace/i18n": "workspace:*",
"@workspace/ui": "workspace:*",
"lucide-react": "^1.27.0",
"react": "^19.2.6",
+2
View File
@@ -26,7 +26,9 @@
"@lingui/core": "^6",
"@lingui/react": "^6",
"@vitejs/plugin-react": "^6",
"ansi-to-react": "^6.2.6",
"cac": "^7.0.0",
"lucide-react": "^1.27.0",
"open": "^11.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",