From ec8b3f8476bf8552b0a5b39e5e5fa62eecb2b439 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Mon, 20 May 2024 15:45:16 -0700 Subject: [PATCH] [skip ci] add dep overrides --- cw_bitcoin/pubspec.yaml | 1 + pubspec_base.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/cw_bitcoin/pubspec.yaml b/cw_bitcoin/pubspec.yaml index 69b02cd76..67e5ceed8 100644 --- a/cw_bitcoin/pubspec.yaml +++ b/cw_bitcoin/pubspec.yaml @@ -53,6 +53,7 @@ dev_dependencies: dependency_overrides: watcher: ^1.1.0 + protobuf: ^3.1.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec_base.yaml b/pubspec_base.yaml index 7b54658cb..a7133b1c7 100644 --- a/pubspec_base.yaml +++ b/pubspec_base.yaml @@ -139,6 +139,7 @@ dependency_overrides: url: https://github.com/cake-tech/web3dart.git ref: cake flutter_secure_storage_platform_interface: 1.0.2 + protobuf: ^3.1.0 flutter_icons: image_path: "assets/images/app_logo.png"