File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11## 12.0.0-dev
22
33- Implement ` lookupResolvedPackageUris ` and ` lookupPackageUris ` vm service API.
4- - Update ` vm_service ` version to ` ^7.5 .0 ` .
4+ - Update ` vm_service ` version to ` ^8.1 .0 ` .
55- Make ` ExpressionCompilerService ` infer location of ` libraries.json ` from
66 ` sdkDir ` parameter.
77- Show an alert in the Dart Debug Extension for a multi-app scenario.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515 built_collection : ^5.0.0
1616 built_value : ' >=6.7.0 <9.0.0'
1717 crypto : ' >=2.0.6 <4.0.0'
18- dds : ^2.1.1
18+ dds : ^2.1.6
1919 http : ' >=0.12.0 <0.14.0'
2020 http_multi_server : ^3.0.0
2121 logging : ' >=0.11.3 <2.0.0'
@@ -33,7 +33,7 @@ dependencies:
3333 stack_trace : ^1.10.0
3434 sse : ^4.1.0
3535 uuid : ' >=2.0.0 <4.0.0'
36- vm_service : ^7.5 .0
36+ vm_service : ^8.1 .0
3737 web_socket_channel : ^2.0.0
3838 webkit_inspection_protocol : ^1.0.0
3939
@@ -54,5 +54,5 @@ dev_dependencies:
5454 test : ^1.6.0
5555 webdriver : ' >=2.0.0 <4.0.0'
5656 # devtools_server indirectly depends on devtools so keep this around.
57- devtools : ^2.0.0
58- devtools_server : ^2.0.0
57+ devtools : ^2.9.3
58+ devtools_server : ^2.9.3
Original file line number Diff line number Diff line change 1+ ## 2.7.8-dev
2+
3+ - Update ` vm_service ` to ` ^8.1.0 ` .
4+
15## 2.7.7
26
37- Handle and log http request serving errors.
Original file line number Diff line number Diff line change 11name : webdev
22# Every time this changes you need to run `dart run build_runner build`.
3- version : 2.7.7
3+ version : 2.7.8-dev
44# We should not depend on a dev SDK before publishing.
55# publish_to: none
66homepage : https://github.com/dart-lang/webdev
@@ -17,7 +17,7 @@ dependencies:
1717 build_daemon : ' >=2.0.0 <4.0.0'
1818 browser_launcher : ^1.0.0
1919 crypto : ^3.0.0
20- dds : ^2.0.0
20+ dds : ^2.1.6
2121 dwds : ^11.5.1
2222 http : ^0.13.0
2323 http_multi_server : ^3.0.0
@@ -33,7 +33,7 @@ dependencies:
3333 shelf_static : ^1.0.0
3434 stack_trace : ^1.10.0
3535 sse : ^4.1.0
36- vm_service : ' >=3.0.0 <8 .0.0'
36+ vm_service : ' >=3.0.0 <9 .0.0'
3737 webkit_inspection_protocol : ' >=0.4.0 <2.0.0'
3838 yaml : ^3.0.0
3939 # devtools_server indirectly depends on devtools so keep this around.
You can’t perform that action at this time.
0 commit comments