Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Feb 20, 2024
1 parent d911b54 commit d4f4b25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/drift_sqlite_async/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ packages:
source: hosted
version: "1.10.0"
sqlite3:
dependency: transitive
dependency: "direct dev"
description:
name: sqlite3
sha256: "072128763f1547e3e9b4735ce846bfd226d68019ccda54db4cd427b12dfdedc9"
Expand Down Expand Up @@ -514,7 +514,7 @@ packages:
source: hosted
version: "1.25.2"
test_api:
dependency: transitive
dependency: "direct dev"
description:
name: test_api
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
Expand Down
2 changes: 2 additions & 0 deletions packages/drift_sqlite_async/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ dev_dependencies:
build_runner: ^2.4.8
drift_dev: ^2.15.0
glob: ^2.1.2
sqlite3: ^2.4.0
test: ^1.25.2
test_api: ^0.7.0
2 changes: 1 addition & 1 deletion packages/drift_sqlite_async/test/utils/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'dart:isolate';
import 'package:glob/glob.dart';
import 'package:glob/list_local_fs.dart';
import 'package:sqlite3/open.dart' as sqlite_open;
import 'package:sqlite3/sqlite3.dart' as sqlite;
import 'package:sqlite_async/sqlite3.dart' as sqlite;
import 'package:sqlite_async/sqlite_async.dart';
import 'package:test_api/src/backend/invoker.dart';

Expand Down

0 comments on commit d4f4b25

Please sign in to comment.