Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eucalyptus committed Sep 19, 2023
1 parent 1a3cc00 commit 8f0d5a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
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
```
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

0 comments on commit 8f0d5a1

Please sign in to comment.