Skip to content

Commit 06b470f

Browse files
committed
[dwds] Update build related dependencies
1 parent b9c39c0 commit 06b470f

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

dwds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 26.2.1-wip
2+
3+
- Update `package:built_value` dependency constraint to `^8.11.2`.
4+
15
## 26.2.0
26

37
- Add support for more service APIs over websocket connections with no Chrome Debugger available.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 26.2.0
3+
version: 26.2.1-wip
44

55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
async: ^2.9.0
1414
built_collection: ^5.1.1
15-
built_value: ^8.3.0
15+
built_value: ^8.11.2
1616
collection: ^1.15.0
1717
crypto: ^3.0.2
1818
dds: ">=4.2.5 <6.0.0"
@@ -45,12 +45,12 @@ dev_dependencies:
4545
analysis_config:
4646
path: ../_analysis_config
4747
args: ^2.4.2
48-
build: ^2.3.1
49-
build_daemon: ^4.0.0
50-
build_runner: ^2.4.1
51-
build_version: ^2.1.1
52-
build_web_compilers: ^4.0.8
53-
built_value_generator: ^8.4.2
48+
build: ^4.0.2
49+
build_daemon: ^4.1.0
50+
build_runner: ^2.10.1
51+
build_version: ^2.1.3
52+
build_web_compilers: ^4.3.2
53+
built_value_generator: ^8.12.0
5454
graphs: ^2.1.0
5555
frontend_server_common:
5656
path: ../frontend_server_common

0 commit comments

Comments
 (0)