File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.0-dev
1+ ## 3.0.0
22
33- Add ` --enable-experiment ` flag to webdev commands and pass it
44 to the build runner and the expression compiler service.
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 : 3.0.0-dev
3+ version : 3.0.0
44# We should not depend on a dev SDK before publishing.
55# publish_to: none
66description : >-
@@ -20,7 +20,7 @@ dependencies:
2020 crypto : ^3.0.2
2121 dds : ^2.2.0
2222 # Pin DWDS to avoid dependency conflicts with vm_service:
23- dwds : 16 .0.1
23+ dwds : 17 .0.0
2424 http : ^0.13.4
2525 http_multi_server : ^3.2.0
2626 io : ^1.0.3
@@ -50,9 +50,9 @@ dev_dependencies:
5050 webdriver : ^3.0.0
5151
5252# Comment out before releasing webdev.
53- dependency_overrides :
54- dwds :
55- path : ../dwds
53+ # dependency_overrides:
54+ # dwds:
55+ # path: ../dwds
5656
5757executables :
5858 webdev :
You can’t perform that action at this time.
0 commit comments