diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 8790492f8..74b29229a 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.25.5 + +* Update the `package:web_socket_channel` version constraint to allow `3.x`. +* Update the `package:shelf_web_socket` version constraint to allow `2.x`. + ## 1.25.4 * Add `@doNotSubmit` to more declarations of the `solo` parameter. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 4e2f5baa7..b3f48ec7f 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.4 +version: 1.25.5 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -28,7 +28,7 @@ dependencies: shelf: ^1.0.0 shelf_packages_handler: ^3.0.0 shelf_static: ^1.0.0 - shelf_web_socket: ^1.0.0 + shelf_web_socket: '>=1.0.0 <3.0.0' source_span: ^1.8.0 stack_trace: ^1.10.0 stream_channel: ^2.1.0 @@ -38,7 +38,7 @@ dependencies: test_core: 0.6.2 typed_data: ^1.3.0 - web_socket_channel: ^2.0.0 + web_socket_channel: '>=2.0.0 <4.0.0' webkit_inspection_protocol: ^1.0.0 yaml: ^3.0.0