Skip to content

Commit

Permalink
Update the package:vm_service constraint in devtools_shared to '>=13.…
Browse files Browse the repository at this point in the history
…0.0 <15.0.0' (#6957)
  • Loading branch information
derekxu16 authored Dec 14, 2023
1 parent 44364e7 commit d24d375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* `SemanticVersion` now mixes in `CompareMixin<SemanticVersion>`, and it's
`compareTo` method therefore now accepts a `SemanticVersion`.
* Fix an issue parsing file paths that could prevent extensions from being detected.
* Bump `package:vm_service` dependency to `>=13.0.0 <15.0.0`.

# 6.0.2
* Fix an issue parsing file paths on Windows that could prevent extensions from being detected.
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
shelf: ^1.1.0
sse: ^4.1.2
usage: ^4.0.0
vm_service: ^13.0.0
vm_service: '>=13.0.0 <15.0.0'
web_socket_channel: ^2.4.0
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
yaml: ^3.1.2
Expand Down

0 comments on commit d24d375

Please sign in to comment.