Skip to content

Commit e65328a

Browse files
committed
Bump sqlite_async and drift_sqlite_async versions.
1 parent d5b48d2 commit e65328a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

demos/django-todolist/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0
17-
sqlite_async: ^0.10.1
17+
sqlite_async: ^0.11.0
1818
http: ^1.2.1
1919
shared_preferences: ^2.2.3
2020

demos/supabase-anonymous-auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3
1818
logging: ^1.2.0
19-
sqlite_async: ^0.10.1
19+
sqlite_async: ^0.11.0
2020
universal_io: ^2.2.2
2121

2222
dev_dependencies:

demos/supabase-edge-function-auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3
1818
logging: ^1.2.0
19-
sqlite_async: ^0.10.1
19+
sqlite_async: ^0.11.0
2020
universal_io: ^2.2.2
2121

2222
dev_dependencies:

demos/supabase-todolist-drift/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies:
1818
camera: ^0.10.5+7
1919
image: ^4.1.3
2020
universal_io: ^2.2.2
21-
sqlite_async: ^0.10.1
21+
sqlite_async: ^0.11.0
2222
drift: ^2.20.2
23-
drift_sqlite_async: ^0.2.0-alpha.3
23+
drift_sqlite_async: ^0.2.0
2424

2525
dev_dependencies:
2626
flutter_test:

demos/supabase-todolist-optional-sync/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
camera: ^0.10.5+7
1919
image: ^4.1.3
2020
universal_io: ^2.2.2
21-
sqlite_async: ^0.10.1
21+
sqlite_async: ^0.11.0
2222

2323
dev_dependencies:
2424
flutter_test:

demos/supabase-todolist/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
camera: ^0.10.5+7
2020
image: ^4.1.3
2121
universal_io: ^2.2.2
22-
sqlite_async: ^0.10.1
22+
sqlite_async: ^0.11.0
2323

2424
dev_dependencies:
2525
flutter_test:

packages/powersync/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
sqlite_async: ^0.10.1
13+
sqlite_async: ^0.11.0
1414
# We only use sqlite3 as a transitive dependency,
1515
# but right now we need a minimum of v2.4.6.
1616
sqlite3: ^2.4.6

packages/powersync_attachments_helper/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212

1313
powersync: ^1.9.1
1414
logging: ^1.2.0
15-
sqlite_async: ^0.10.1
15+
sqlite_async: ^0.11.0
1616
path_provider: ^2.0.13
1717

1818
dev_dependencies:

0 commit comments

Comments
 (0)