Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #123

Merged
merged 5 commits into from
Sep 20, 2023
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,9 @@ Please file feature requests and bugs at the [issue tracker][tracker].
If you want to contribute to this library, please submit a Pull Request.

[tracker]: https://github.com/xclud/web3dart/issues/new

## Testing

```dart
dart test test
```
8 changes: 4 additions & 4 deletions dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tags:
expensive:
timeout: 2x

override_platforms:
firefox:
settings:
arguments: -headless
#override_platforms:
# firefox:
# settings:
# arguments: -headless
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ environment:

dependencies:
pointycastle: ^3.7.3
sec: ^1.0.1
sec: ^1.1.0
http: ">=0.13.1 <2.0.0"
uuid: ^3.0.7
uuid: ^4.0.0
json_rpc_2: ^3.0.2
stream_transform: ^2.1.0
stream_channel: ^2.1.1
stream_channel: ^2.1.2
eip55: ^1.0.2
eip1559: ^0.6.2
typed_data: ^1.3.1
typed_data: ^1.3.2
convert: ^3.1.1
async: ^2.10.0
wallet: ^0.0.10
async: ^2.11.0
wallet: ^0.0.12+1

dev_dependencies:
test: ^1.24.0
lints: ^2.0.0
test: ^1.24.6
lints: ^2.1.1