Skip to content

Commit

Permalink
widen the dep range on package:webkit_inspection_protocol (dart-archi…
Browse files Browse the repository at this point in the history
…ve/browser_launcher#17)

widen the dep range on package:webkit_inspection_protocol
  • Loading branch information
devoncarew authored May 13, 2020
1 parent eaf6c0c commit 88e6bdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pkgs/browser_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.6-dev
## 0.1.6

- Update lower Dart SDK requirement to 2.2.0.
- Update lower Dart SDK requirement to `2.2.0`.
- Update the dependency range on `package:webkit_inspection_protocol`.

## 0.1.5

Expand Down
4 changes: 2 additions & 2 deletions pkgs/browser_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.

version: 0.1.6-dev
version: 0.1.6

author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/browser_launcher
Expand All @@ -11,7 +11,7 @@ environment:

dependencies:
path: ^1.6.2
webkit_inspection_protocol: '>=0.4.0 <0.6.0'
webkit_inspection_protocol: '>=0.4.0 <0.7.0'

dev_dependencies:
pedantic: ^1.5.0
Expand Down

0 comments on commit 88e6bdb

Please sign in to comment.