File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- ## 2.7.7-dev
1+ ## 2.7.7
22
33- Handle and log http request serving errors.
4+ - Update SDK contraint to ` >=2.15.0 <3.0.0 ` .
45
56## 2.7.6
67
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-dev
3+ version : 2.7.7
44# We should not depend on a dev SDK before publishing.
55# publish_to: none
66homepage : https://github.com/dart-lang/webdev
@@ -18,7 +18,7 @@ dependencies:
1818 browser_launcher : ^1.0.0
1919 crypto : ^3.0.0
2020 dds : ^2.0.0
21- dwds : ^11.3.0
21+ dwds : ^11.5.1
2222 http : ^0.13.0
2323 http_multi_server : ^3.0.0
2424 io : ^1.0.0
@@ -50,9 +50,10 @@ dev_dependencies:
5050 test_process : ^2.0.2
5151 webdriver : ^3.0.0
5252
53- dependency_overrides :
54- dwds :
55- path : ../dwds
53+ # Uncomment for development versions
54+ # dependency_overrides:
55+ # dwds:
56+ # path: ../dwds
5657
5758executables :
5859 webdev :
You can’t perform that action at this time.
0 commit comments