Skip to content

Commit a6eab3f

Browse files
robelestclaude
andcommitted
chore: update dependencies to latest versions
Updated dependencies across monorepo: Core package: - @tanstack/db: 0.5.15 → 0.5.20 (peer dependency) - @logtape/logtape: 1.3.5 → 2.0.0 - lib0: 0.2.116 → 0.2.117 - tsdown: 0.18.2 → 0.20.0-beta.3 - convex: 1.31.4 → 1.31.5 - Various type definitions and tooling updates Examples: - TanStack: Updated to workspace:* for replicate dependency - Expo: Updated to workspace:* for replicate dependency - SvelteKit: Regenerated Convex types after updates Lockfile: - Updated bun.lock with new dependency resolutions - Resolved @tanstack/db version conflicts (0.5.15 vs 0.5.19) All examples now use consistent dependency versions. Build and tests pass after updates. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4034064 commit a6eab3f

File tree

10 files changed

+2579
-2281
lines changed

10 files changed

+2579
-2281
lines changed

bun.lock

Lines changed: 258 additions & 279 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tailwindcss/postcss": "4.1.18",
2121
"@tanstack/db": "0.5.15",
2222
"@tanstack/react-db": "0.1.59",
23-
"@trestleinc/replicate": "latest",
23+
"@trestleinc/replicate": "workspace:*",
2424
"class-variance-authority": "0.7.1",
2525
"clsx": "2.1.1",
2626
"convex": "1.31.2",

examples/sveltekit/convex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"functions": "src/convex/"
2+
"functions": "src/convex/"
33
}

0 commit comments

Comments
 (0)