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
+4
View File
@@ -11,6 +11,7 @@
"i18n:compile": "workspace-i18n compile",
"i18n:extract": "workspace-i18n extract",
"i18n:ui": "workspace-i18n ui",
"test": "vitest run",
"typecheck": "tsc -b",
"preview": "vite preview",
"start": "node .output/server/index.mjs"
@@ -31,8 +32,10 @@
"@workspace/blocks": "workspace:*",
"@workspace/i18n": "workspace:*",
"@workspace/ui": "workspace:*",
"country-flag-icons": "^1.6.20",
"lucide-react": "^1.27.0",
"react": "^19.2.6",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.6",
"sonner": "^2.0.7"
},
@@ -43,6 +46,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6",
"jsdom": "^30.0.1",
"nitro": "^3.0.260610-beta",
"typescript": "~6",
"vite": "^8",