mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -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:
+6
-2
@@ -18,8 +18,12 @@
|
||||
"@lingui/vite-plugin": "5.9.3",
|
||||
"@orpc/client": "1.13.9",
|
||||
"@orpc/contract": "1.13.9",
|
||||
"@orpc/json-schema": "1.13.9",
|
||||
"@orpc/openapi": "1.13.9",
|
||||
"@orpc/server": "1.13.9",
|
||||
"@orpc/tanstack-query": "1.13.9",
|
||||
"@tanstack/react-query": "5.94.5",
|
||||
"@orpc/zod": "1.13.9",
|
||||
"@tanstack/react-query": "5.95.0",
|
||||
"@types/bun": "1.3.11",
|
||||
"@types/node": "25.5.0",
|
||||
"@types/react": "19.2.14",
|
||||
@@ -60,7 +64,7 @@
|
||||
"@lingui/cli": "catalog:",
|
||||
"@lingui/conf": "catalog:",
|
||||
"@lingui/format-po": "catalog:",
|
||||
"@tanstack/eslint-plugin-query": "5.94.5",
|
||||
"@tanstack/eslint-plugin-query": "5.95.0",
|
||||
"@tanstack/eslint-plugin-router": "1.161.6",
|
||||
"@vitest/browser": "catalog:",
|
||||
"@vitest/browser-playwright": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user