Skip to content

Commit ec23a7e

Browse files
committed
bump dwds dep and add temporary local override
1 parent d6443c3 commit ec23a7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

webdev/pubspec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
crypto: ^3.0.2
2020
dds: ^4.1.0
2121
# Pin DWDS to avoid dependency conflicts with vm_service:
22-
dwds: 24.3.11
22+
dwds: 25.0.0
2323
http: ^1.0.0
2424
http_multi_server: ^3.2.0
2525
io: ^1.0.3
@@ -55,3 +55,8 @@ dev_dependencies:
5555

5656
executables:
5757
webdev:
58+
59+
# REMOVE BEFORE PUBLISHING!
60+
dependency_overrides:
61+
dwds:
62+
path: ../dwds

0 commit comments

Comments
 (0)