Skip to content

Commit

Permalink
Update to dcli 4
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 16, 2024
1 parent bfd087e commit 9a353e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidekick_vault/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ environment:
dependencies:
actions_toolkit_dart: ^0.5.0
dcli: ^4.0.1-beta.4
sidekick_core: ^2.1.2
sidekick_core: ^3.0.0-preview.1

dev_dependencies:
dcli_core: ^4.0.0
lint: '>=1.5.0 <3.0.0'
prompts: ^2.0.0
sidekick_plugin_installer: ^1.1.0
sidekick_plugin_installer: ^1.2.0
test: ^1.20.0
1 change: 1 addition & 0 deletions sidekick_vault/test/delete_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:dcli_core/dcli_core.dart';
import 'package:sidekick_core/sidekick_core.dart';
import 'package:sidekick_vault/sidekick_vault.dart';
import 'package:test/test.dart';
Expand Down
1 change: 1 addition & 0 deletions sidekick_vault/test/unlock_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:dcli_core/dcli_core.dart';
import 'package:sidekick_core/sidekick_core.dart';
import 'package:sidekick_vault/sidekick_vault.dart';
import 'package:test/test.dart';
Expand Down
1 change: 1 addition & 0 deletions sidekick_vault/test/vault_command_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:dcli_core/dcli_core.dart';
import 'package:sidekick_core/sidekick_core.dart';
import 'package:sidekick_vault/sidekick_vault.dart';
import 'package:test/test.dart';
Expand Down

0 comments on commit 9a353e5

Please sign in to comment.