|
10 | 10 | "typegen": "next typegen", |
11 | 11 | "format": "biome check --write", |
12 | 12 | "i18n:localize": "node scripts/i18n/localize-safe.mjs", |
13 | | - "sync:evolu": "node scripts/sync-evolu-shims.mjs", |
14 | | - "postinstall": "node scripts/sync-evolu-shims.mjs", |
15 | 13 | "check": "bun check:lint && bun typegen && bun check:types && bun check:tests", |
16 | 14 | "check:types": "tsc --incremental --noEmit", |
17 | 15 | "check:tests": "bun test", |
18 | 16 | "check:lint": "biome check" |
19 | 17 | }, |
20 | 18 | "dependencies": { |
21 | | - "@ai-sdk/google": "3.0.55", |
| 19 | + "@ai-sdk/google": "3.0.58", |
22 | 20 | "@base-ui-components/react": "1.0.0-rc.0", |
23 | 21 | "@base-ui/react": "1.3.0", |
24 | | - "@buildonspark/spark-sdk": "0.7.2", |
| 22 | + "@buildonspark/spark-sdk": "0.7.4", |
25 | 23 | "@dnd-kit/core": "6.3.1", |
26 | 24 | "@dnd-kit/modifiers": "9.0.0", |
27 | 25 | "@dnd-kit/sortable": "10.0.0", |
28 | 26 | "@dnd-kit/utilities": "3.2.2", |
29 | | - "@evolu/monorepo": "github:evoluhq/evolu#e57867ea9c3b2b7c180969c1a45271e713341e64", |
| 27 | + "@evolu/common": "8.0.0-next.0", |
| 28 | + "@evolu/react": "11.0.0-next.0", |
| 29 | + "@evolu/react-web": "3.0.0-next.0", |
30 | 30 | "@evolu/sqlite-wasm": "2.2.4", |
| 31 | + "@evolu/web": "3.0.0-next.0", |
31 | 32 | "@faker-js/faker": "10.4.0", |
32 | 33 | "@getalby/sdk": "7.0.0", |
33 | 34 | "@hookform/resolvers": "5.2.2", |
|
38 | 39 | "@scure/base": "2.0.0", |
39 | 40 | "@scure/bip39": "2.0.1", |
40 | 41 | "@tabler/icons-react": "3.41.1", |
41 | | - "@tanstack/react-query": "5.96.1", |
| 42 | + "@tanstack/react-query": "5.96.2", |
42 | 43 | "@tanstack/react-table": "8.21.3", |
43 | 44 | "@tanstack/react-virtual": "3.13.23", |
44 | 45 | "@tauri-apps/plugin-dialog": "~2", |
45 | 46 | "@tauri-apps/plugin-fs": "~2", |
46 | 47 | "@tauri-apps/plugin-http": "~2.5.7", |
47 | 48 | "@uidotdev/usehooks": "2.4.1", |
48 | 49 | "@yudiel/react-qr-scanner": "2.5.1", |
49 | | - "ai": "6.0.142", |
| 50 | + "ai": "6.0.146", |
50 | 51 | "bignumber.js": "10.0.2", |
51 | 52 | "class-variance-authority": "0.7.1", |
52 | 53 | "clsx": "2.1.1", |
|
74 | 75 | "react-barcode": "1.6.1", |
75 | 76 | "react-day-picker": "9.14.0", |
76 | 77 | "react-dom": "19.2.4", |
77 | | - "react-hook-form": "7.72.0", |
| 78 | + "react-hook-form": "7.72.1", |
78 | 79 | "react-i18next": "17.0.2", |
79 | 80 | "recharts": "3.8.1", |
80 | 81 | "sonner": "2.0.7", |
|
0 commit comments