Update devtools_shared version

Change-Id: I2082552f00fc1117c76eb675605f0cb0cd26d270
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249548
Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Helin Shiah
2022-06-23 17:15:29 +00:00
committed by Ben Konyi
parent dc58725d4e
commit 4ac76c7f35
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
# 2.2.5
- Updated `devtools_shared` version to 2.14.1.
# 2.2.4
- Fix an issue where DAP adapters could try to remove the same breakpoint multiple times.
+2 -2
View File
@@ -1,5 +1,5 @@
name: dds
version: 2.2.4
version: 2.2.5
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
@@ -14,7 +14,7 @@ dependencies:
browser_launcher: ^1.0.0
collection: ^1.15.0
dds_service_extensions: ^1.3.0
devtools_shared: ^2.12.1
devtools_shared: ^2.14.1
http_multi_server: ^3.0.0
json_rpc_2: ^3.0.0
meta: ^1.1.8