File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ environment:
6
6
sdk : " >=3.0.0-134.0.dev <4.0.0"
7
7
8
8
dependencies :
9
- dwds :
10
- path : ../dwds
9
+ dwds : 18.0.2
11
10
file : ^6.1.3
12
11
logging : ^1.0.1
13
12
path : ^1.8.1
@@ -16,3 +15,7 @@ dependencies:
16
15
dev_dependencies :
17
16
lints : ^2.0.0
18
17
18
+ # Comment out before releasing webdev.
19
+ # dependency_overrides:
20
+ # dwds:
21
+ # path: ../dwds
Original file line number Diff line number Diff line change 1
- ## 3.0.3-dev
1
+ ## 3.0.3
2
+
3
+ - Update ` dwds ` constraint to ` 18.0.2 ` .
2
4
3
5
## 3.0.2
4
6
Original file line number Diff line number Diff line change 1
1
name : webdev
2
2
# Every time this changes you need to run `dart run build_runner build`.
3
- version : 3.0.3-dev
3
+ version : 3.0.3
4
4
# We should not depend on a dev SDK before publishing.
5
5
# publish_to: none
6
6
description : >-
@@ -20,7 +20,7 @@ dependencies:
20
20
crypto : ^3.0.2
21
21
dds : ^2.2.0
22
22
# Pin DWDS to avoid dependency conflicts with vm_service:
23
- dwds : 18.0.1
23
+ dwds : 18.0.2
24
24
http : ^0.13.4
25
25
http_multi_server : ^3.2.0
26
26
io : ^1.0.3
@@ -52,9 +52,9 @@ dev_dependencies:
52
52
webdriver : ^3.0.0
53
53
54
54
# Comment out before releasing webdev.
55
- dependency_overrides :
56
- dwds :
57
- path : ../dwds
55
+ # dependency_overrides:
56
+ # dwds:
57
+ # path: ../dwds
58
58
59
59
executables :
60
60
webdev :
You can’t perform that action at this time.
0 commit comments