Skip to content

Commit

Permalink
build: update electric-sql to latest sync app and ts client
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 5, 2025
1 parent 820b1ab commit 04b8d8e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ services:
retries: 3

electric:
image: "electricsql/electric:${ELECTRIC_TAG:-0.9.3}"
image: "electricsql/electric:${ELECTRIC_TAG:-1.0.0-beta.10}"
depends_on:
fmtm-db:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion deploy/compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ services:
retries: 3

electric:
image: "electricsql/electric:${ELECTRIC_TAG:-0.9.3}"
image: "electricsql/electric:${ELECTRIC_TAG:-1.0.0-beta.10}"
depends_on:
fmtm-db:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion deploy/compose.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ services:
retries: 3

electric:
image: "electricsql/electric:${ELECTRIC_TAG:-0.9.3}"
image: "electricsql/electric:${ELECTRIC_TAG:-1.0.0-beta.10}"
depends_on:
fmtm-db:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions src/mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"vitest": "^2.1.6"
},
"dependencies": {
"@electric-sql/client": "^0.8.0",
"@electric-sql/pglite": "^0.2.14",
"@electric-sql/client": "^1.0.0-beta.3",
"@electric-sql/pglite": "^0.2.16",
"@hotosm/ui": "0.2.0-b5",
"@maplibre/maplibre-gl-directions": "^0.7.1",
"@shoelace-style/shoelace": "2.17.1",
Expand Down
26 changes: 13 additions & 13 deletions src/mapper/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04b8d8e

Please sign in to comment.