Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nurturenature committed Jul 18, 2024
1 parent 6afae68 commit 461ef05
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
30 changes: 23 additions & 7 deletions powersync_endpoint/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ packages:
source: hosted
version: "2.1.2"
http:
dependency: transitive
dependency: "direct main"
description:
name: http
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.2.2"
http_methods:
dependency: transitive
description:
Expand Down Expand Up @@ -270,6 +270,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
mutex:
dependency: transitive
description:
name: mutex
sha256: "8827da25de792088eb33e572115a5eb0d61d61a3c01acbc8bcbe76ed78f1a1f2"
url: "https://pub.dev"
source: hosted
version: "3.1.0"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -322,10 +330,10 @@ packages:
dependency: "direct main"
description:
name: powersync
sha256: a949df54395696a8f2dd606a53d72af7ce44393ef049359087fc81507b241996
sha256: "51a33f004da91d4faa5fdd60c168bb93ea4cf275d2bc69e8480f7bad34c654ec"
url: "https://pub.dev"
source: hosted
version: "1.5.3"
version: "1.5.5"
powersync_flutter_libs:
dependency: transitive
description:
Expand Down Expand Up @@ -459,14 +467,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.24"
sqlite3_web:
dependency: transitive
description:
name: sqlite3_web
sha256: "51fec34757577841cc72d79086067e3651c434669d5af557a5c106787198a76f"
url: "https://pub.dev"
source: hosted
version: "0.1.2-wip"
sqlite_async:
dependency: transitive
description:
name: sqlite_async
sha256: "7c121bd76b9063cd8189ce54512f243709c88addeced0f3d027eea5db64d3220"
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
url: "https://pub.dev"
source: hosted
version: "0.7.0"
version: "0.8.1"
stack_trace:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion powersync_endpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ environment:

dependencies:
dotenv: ^4.2.0
http: ^1.2.2
jose: ^0.3.4
logging: ^1.2.0
postgres: ^3.2.1
powersync: ^1.5.3
powersync: ^1.5.5
shelf: ^1.4.1
shelf_router: ^1.1.4

Expand Down

0 comments on commit 461ef05

Please sign in to comment.