Skip to content

Commit

Permalink
Bump upper bound on vm_service dependency (#8688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Jan 10, 2025
1 parent e511362 commit 07e79a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 11.2.0
* Bump `vm_service` dependency upper bound to `<16.0.0`.

# 11.1.0
* Bump minimum SDK version to `3.6.0`.

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: devtools_shared
description: Package of shared Dart structures between devtools_app, dds, and other tools.

version: 11.1.0
version: 11.2.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared

Expand All @@ -19,7 +19,7 @@ dependencies:
path: ^1.8.0
shelf: ^1.1.0
sse: ^4.1.2
vm_service: ">=13.0.0 <15.0.0"
vm_service: ">=13.0.0 <16.0.0"
web_socket_channel: '>=2.4.0 <4.0.0'
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
yaml: ^3.1.2
Expand Down

0 comments on commit 07e79a4

Please sign in to comment.