Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jan 24, 2025
1 parent 23bd832 commit e43fa46
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions packages/reown_appkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ dependencies:
pinenacl: ^0.6.0
plugin_platform_interface: ^2.1.8
qr_flutter_wc: ^0.0.3
# reown_core: ^1.1.1
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.1
reown_sign:
path: ../reown_sign/
reown_core: ^1.1.1
# reown_core:
# path: ../reown_core/
reown_sign: ^1.1.1
# reown_sign:
# path: ../reown_sign/
shimmer: ^3.0.0
uuid: ^4.5.1
webview_flutter: ^4.10.0
Expand All @@ -51,9 +51,9 @@ dev_dependencies:
logger: ^2.5.0
mockito: ^5.4.4
package_info_plus: ^8.1.2
# reown_walletkit: ^1.1.0
reown_walletkit:
path: ../reown_walletkit/
reown_walletkit: ^1.1.0
# reown_walletkit:
# path: ../reown_walletkit/

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
6 changes: 3 additions & 3 deletions packages/reown_sign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
freezed_annotation: ^2.4.4
http: ^1.2.2
pointycastle: ^3.9.1
# reown_core: ^1.1.1
reown_core:
path: ../reown_core/
reown_core: ^1.1.1
# reown_core:
# path: ../reown_core/
web3dart: ^2.7.3

dev_dependencies:
Expand Down
18 changes: 9 additions & 9 deletions packages/reown_walletkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies:
event: ^3.1.0
flutter:
sdk: flutter
# reown_core: ^1.1.1
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.1
reown_sign:
path: ../reown_sign/
reown_core: ^1.1.1
# reown_core:
# path: ../reown_core/
reown_sign: ^1.1.1
# reown_sign:
# path: ../reown_sign/

dependency_overrides:
# because of solana_web3 on reown_appkit
Expand All @@ -34,9 +34,9 @@ dev_dependencies:
logger: ^2.5.0
mockito: ^5.4.4
package_info_plus: ^8.1.2
# reown_appkit: ^1.4.0-beta01
reown_appkit:
path: ../reown_appkit/
reown_appkit: ^1.4.0-beta01
# reown_appkit:
# path: ../reown_appkit/

platforms:
android:
Expand Down

0 comments on commit e43fa46

Please sign in to comment.