Skip to content

Commit 5019ba3

Browse files
committed
fix version conflict
1 parent aa71d56 commit 5019ba3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pubspec.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1088,18 +1088,18 @@ packages:
10881088
dependency: "direct main"
10891089
description:
10901090
name: powersync
1091-
sha256: c6975007493617fdfc5945c3fab24ea2e6999ae300dd4d19d739713a4f2bcd96
1091+
sha256: "7f1d2f38a936d3afd82447c4aee3b103929c6987beeae8353ccb135fe7490534"
10921092
url: "https://pub.dev"
10931093
source: hosted
1094-
version: "1.6.3"
1094+
version: "1.8.6"
10951095
powersync_flutter_libs:
10961096
dependency: transitive
10971097
description:
10981098
name: powersync_flutter_libs
1099-
sha256: "449063aa4956c6be215ea7dfb9cc61255188e82cf7bc3f75621796fcc6615b70"
1099+
sha256: "9cddbbc91a5887eb54297fc8f189aff76ca5f70988eaf702cf46d1ab2bdb3b72"
11001100
url: "https://pub.dev"
11011101
source: hosted
1102-
version: "0.1.0"
1102+
version: "0.4.0"
11031103
process:
11041104
dependency: transitive
11051105
description:
@@ -1301,18 +1301,18 @@ packages:
13011301
dependency: transitive
13021302
description:
13031303
name: sqlite3_web
1304-
sha256: "51fec34757577841cc72d79086067e3651c434669d5af557a5c106787198a76f"
1304+
sha256: b4043336e74cac54d3ca44c90434a3c310550b9a80851b09ad1af282af0df6d4
13051305
url: "https://pub.dev"
13061306
source: hosted
1307-
version: "0.1.2-wip"
1307+
version: "0.1.3"
13081308
sqlite_async:
13091309
dependency: "direct main"
13101310
description:
13111311
name: sqlite_async
1312-
sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54"
1312+
sha256: c5c57b025133d0869cce6a647f99b378ab42cc26488ff22ff942ae9588201af0
13131313
url: "https://pub.dev"
13141314
source: hosted
1315-
version: "0.8.1"
1315+
version: "0.9.0"
13161316
sqlparser:
13171317
dependency: transitive
13181318
description:
@@ -1650,5 +1650,5 @@ packages:
16501650
source: hosted
16511651
version: "3.1.2"
16521652
sdks:
1653-
dart: ">=3.4.0 <4.0.0"
1653+
dart: ">=3.5.0 <4.0.0"
16541654
flutter: ">=3.22.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies:
7171
freezed_annotation: ^2.4.4
7272
clock: ^1.1.1
7373
flutter_svg_icons: ^0.0.1
74-
sqlite_async: ^0.8.1
74+
sqlite_async: ^0.9.0
7575
logging: ^1.2.0
7676

7777
dependency_overrides:

0 commit comments

Comments
 (0)