Skip to content

Commit 8da1c1f

Browse files
KyleAMathewsclaude
andauthored
Update dependencies: @electric-sql/client and @babel/parser (#3801)
## Summary This pull request updates two dependencies to their latest patch versions to ensure the project uses the most recent bug fixes and improvements. ## Changes - Updated `@electric-sql/client` from 1.5.0 to 1.5.1 in the tanstack-db-expo-starter example - Updated `@babel/parser` from 7.28.4 to 7.28.5 (transitive dependency via @vue/compiler-sfc) ## Details These are minor patch version updates that typically include bug fixes and stability improvements without introducing breaking changes. The updates help keep the project dependencies current and secure. https://claude.ai/code/session_01XhQDKFSv3m9rwz3FJMbSRx --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent f4458ee commit 8da1c1f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tsconfig.tsbuildinfo
2121
wal
2222
/shapes
2323
.sst
24+
sst-*.log
2425
**/deps/*
2526
**/junit
2627
**/coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ci:publish:hex-electric": "pnpm run --dir packages/sync-service publish:hex",
1313
"ci:publish:hex-electric-client": "pnpm run --dir packages/elixir-client publish:hex",
1414
"ci:publish:npm": "pnpm publish -r --filter './packages/**' --no-git-checks --access public",
15-
"ci:version": "pnpm exec changeset version",
15+
"ci:version": "pnpm exec changeset version && pnpm install --lockfile-only",
1616
"example-backend:down": "dotenv -e .env.dev -- docker compose -f .support/docker-compose.yml down --volumes",
1717
"example-backend:just_up": "dotenv -e .env.dev -- docker compose -f ./.support/docker-compose.yml up -d",
1818
"example-backend:up": "pnpm example-backend:down && pnpm example-backend:just_up",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)