package:dartpad change dependency `web: >1.1.1 <=3.0.0` to `web: >=1.1.1 <3.0.0` R=sigurdm Change-Id: I36bf1dda8184cb760915ac8c05fdd598d4b0cbb4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/520260 Commit-Queue: Jonas Jensen <jonasfj@google.com> Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
diff --git a/pkg/dartpad/pubspec.yaml b/pkg/dartpad/pubspec.yaml index e742108..15a3572 100644 --- a/pkg/dartpad/pubspec.yaml +++ b/pkg/dartpad/pubspec.yaml
@@ -1,5 +1,5 @@ name: dartpad -version: 0.0.1 +version: 0.0.2 description: Client library for launching and communicating with dartpad-worker. repository: https://github.com/dart-lang/sdk/tree/main/pkg/dartpad issue_tracker: https://github.com/dart-lang/sdk/issues @@ -10,7 +10,7 @@ dependencies: json_rpc_2: ^4.0.0 stream_channel: ^2.1.4 - web: '>1.1.1 <= 3.0.0' + web: '>=1.1.1 <3.0.0' # We get dev_dependencies from inside the Dart SDK repository, thus, no need # to specify versions