Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/komodo_cex_market_data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ environment:
dependencies:
http: ^1.4.0 # dart.dev

equatable: 2.0.7
equatable: ^2.0.7

# Approved via https://github.com/KomodoPlatform/komodo-wallet/pull/1106
hive: ^2.2.3 # Changed from git to pub.dev because git dependencies are not allowed in published packages

dev_dependencies:
flutter_lints: ^6.0.0 # flutter.dev
test: ^1.24.0
test: ^1.25.7
6 changes: 3 additions & 3 deletions packages/komodo_coin_updates/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:
# Add regular dependencies here.
dependencies:
equatable: ^2.0.7
flutter_bloc: ^9.1.0
flutter_bloc: ^9.1.1
hive: 2.2.3
hive_flutter: 1.1.0
http: ^1.3.0
http: ^1.4.0
very_good_analysis: ^8.0.0

dev_dependencies:
lints: ^6.0.0
test: ^1.24.0
test: ^1.25.7
4 changes: 2 additions & 2 deletions packages/komodo_coins/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ environment:
flutter: ">=1.17.0"

dependencies:
equatable: ^2.0.5
equatable: ^2.0.7
flutter:
sdk: flutter
http: ^1.2.2
http: ^1.4.0
# meta:
meta: ^1.15.0

Expand Down
2 changes: 1 addition & 1 deletion packages/komodo_defi_framework/app_build/build_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"coins": {
"fetch_at_build_enabled": true,
"update_commit_on_build": true,
"bundled_coins_repo_commit": "c4713dd3b5a68351136b850de6e6db99e57a2b8d",
"bundled_coins_repo_commit": "f09dfed313c4a9df74c9aa7dc487cd1aeea0c3e7",
"coins_repo_api_url": "https://api.github.com/repos/KomodoPlatform/coins",
"coins_repo_content_url": "https://komodoplatform.github.io/coins",
"coins_repo_branch": "master",
Expand Down
4 changes: 2 additions & 2 deletions packages/komodo_defi_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http: ^1.2.2
http: ^1.4.0
komodo_coins:
path: ../komodo_coins
komodo_defi_types:
Expand All @@ -34,7 +34,7 @@ dependencies:
web: ^1.1.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.14
# build_web_compilers: ^4.0.10
ffigen: ^19.0.0
flutter_lints: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/komodo_defi_local_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^9.0.0
flutter_bloc: ^9.1.1
flutter_secure_storage: ^10.0.0-beta.4

komodo_defi_framework:
Expand Down
6 changes: 3 additions & 3 deletions packages/komodo_defi_rpc_methods/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:

dependencies:
collection: ^1.18.0
decimal: ^3.0.2
equatable: ^2.0.5
decimal: ^3.2.1
equatable: ^2.0.7
komodo_defi_types:
path: ../komodo_defi_types

Expand All @@ -19,5 +19,5 @@ dependencies:
dev_dependencies:
index_generator: ^4.0.1
mocktail: ^1.0.4
test: ^1.24.0
test: ^1.25.7
very_good_analysis: ^8.0.0
4 changes: 3 additions & 1 deletion packages/komodo_defi_sdk/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ migrate_working_dir/
.pub/
/build/

!pubspec.lock

# Symbolication related
app.*.symbols

Expand All @@ -50,4 +52,4 @@ web/dist/*.wasm
web/dist/*LICENSE.txt
web/src/mm2/
web/src/kdf/
web/kdf/
web/kdf/
Loading
Loading