mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 05:05:38 -04:00
chore: dependency updates and minor refactors
- Bump `@tanstack/react-query` and related packages to 5.95.0 - Add `@orpc/json-schema`, `@orpc/openapi`, `@orpc/server`, `@orpc/zod` to catalog and use catalog refs in `apps/server` - Move `ORPCError` throws for backup not-found/invalid into `@sofa/core/backup` so the server procedure can simply `await deleteBackup()` without re-wrapping errors - Add `@orpc/server` dep to `packages/core` to support the above - Add `expo-updates` to native deps; switch `requireNativeModule` import to `expo` in `WidgetImagesModule` - Pin native `react`/`react-dom` to catalog to avoid duplicate copies - Add `@lingui/core` to web and `react` to i18n package deps
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"@fontsource-variable/dm-sans": "5.2.8",
|
||||
"@fontsource-variable/geist-mono": "5.2.7",
|
||||
"@fontsource/dm-serif-display": "5.2.8",
|
||||
"@lingui/core": "catalog:",
|
||||
"@lingui/react": "catalog:",
|
||||
"@orpc/client": "catalog:",
|
||||
"@orpc/contract": "catalog:",
|
||||
@@ -51,7 +52,7 @@
|
||||
"@tailwindcss/vite": "4.2.2",
|
||||
"@tanstack/devtools-vite": "0.6.0",
|
||||
"@tanstack/react-devtools": "0.10.0",
|
||||
"@tanstack/react-query-devtools": "5.94.5",
|
||||
"@tanstack/react-query-devtools": "5.95.0",
|
||||
"@tanstack/react-router-devtools": "1.166.11",
|
||||
"@tanstack/router-plugin": "1.167.3",
|
||||
"@types/bun": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user