Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Dec 20, 2024
1 parent a39f40f commit 3ffbfce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
17 changes: 9 additions & 8 deletions packages/reown_appkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ dependencies:
json_annotation: ^4.9.0
plugin_platform_interface: ^2.1.8
qr_flutter_wc: ^0.0.3
# reown_core: ^1.1.0-beta01
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.0-beta01
reown_sign:
path: ../reown_sign/
reown_core: ^1.1.0-beta02
# reown_core:
# path: ../reown_core/
reown_sign: ^1.1.0-beta02
# reown_sign:
# path: ../reown_sign/
shimmer: ^3.0.0
uuid: ^4.5.1
webview_flutter: ^4.10.0
Expand All @@ -50,8 +50,9 @@ dev_dependencies:
logger: ^2.5.0
mockito: ^5.4.4
package_info_plus: ^8.1.2
reown_walletkit:
path: ../reown_walletkit/
reown_walletkit: ^1.1.0-beta02
# 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.0-beta01
reown_core:
path: ../reown_core/
reown_core: ^1.1.0-beta02
# reown_core:
# path: ../reown_core/
web3dart: ^2.7.3

dev_dependencies:
Expand Down
17 changes: 9 additions & 8 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.0-beta01
reown_core:
path: ../reown_core/
# reown_sign: ^1.1.0-beta01
reown_sign:
path: ../reown_sign/
reown_core: ^1.1.0-beta02
# reown_core:
# path: ../reown_core/
reown_sign: ^1.1.0-beta02
# reown_sign:
# path: ../reown_sign/

dev_dependencies:
build_runner: ^2.4.13
Expand All @@ -30,8 +30,9 @@ dev_dependencies:
logger: ^2.5.0
mockito: ^5.4.4
package_info_plus: ^8.1.2
reown_appkit:
path: ../reown_appkit/
reown_appkit: ^1.3.0-beta01
# reown_appkit:
# path: ../reown_appkit/

platforms:
android:
Expand Down

0 comments on commit 3ffbfce

Please sign in to comment.