diff --git a/pubspec.yaml b/pubspec.yaml index f8b0dea..3ec2813 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,17 @@ name: eventsource description: A client and server implementation of Server-Sent Events. version: 0.4.0 -author: Steven Roose homepage: https://github.com/stevenroose/dart-eventsource environment: sdk: ">=2.12.0 <3.0.0" dependencies: - collection: ^1.15.0 - http: ^0.13.3 - http_parser: ^4.0.0 - logging: ^1.0.1 + collection: ^1.19.0 + http: ^1.2.2 + http_parser: ^4.1.0 + logging: ^1.2.0 sync: ^0.3.0 dev_dependencies: - test: ^1.17.11 + test: ^1.25.8