File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ dependencies:
2222 js : ^0.6.7
2323
2424dev_dependencies :
25- dcli : ^3.3.5
25+ dcli : ^4.0.0
2626 lints : ^3.0.0
2727 test : ^1.25.0
2828 test_api : ^0.7.0
2929 path_provider : ^2.0.13
30- sqlite3 : ^2.3.0
30+ sqlite3 : 2.4.2
3131 shelf : ^1.4.1
3232 shelf_router : ^1.1.4
3333 shelf_static : ^1.1.2
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ void main() {
116116 return PowerSyncCredentials (endpoint: server.endpoint, token: 'token' );
117117 }
118118
119- final pdb = await setupPowerSync (path: path);
119+ final pdb = await testUtils. setupPowerSync (path: path);
120120 pdb.retryDelay = Duration (milliseconds: 5000 );
121121 var connector = TestConnector (credentialsCallback);
122122 pdb.connect (connector: connector);
You can’t perform that action at this time.
0 commit comments