Skip to content

Commit bb5af96

Browse files
authored
Bump build_web_compilers to ^4.4.1 (#2711)
1 parent 733af11 commit bb5af96

File tree

19 files changed

+26
-23
lines changed

19 files changed

+26
-23
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.3-wip
2+
3+
- Bump `build_web_compilers` to ^4.4.1.
4+
15
## 26.2.2
26

37
- Fix issue where isolate pause events were not reported correctly when using the web socket proxy service.

dwds/debug_extension/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev_dependencies:
1616
args: ^2.5.0
1717
build: ^2.4.1
1818
build_runner: ^2.4.12
19-
build_web_compilers: ^4.0.11
19+
build_web_compilers: ^4.4.1
2020
built_collection: ^5.1.1
2121
built_value_generator: ^8.9.2
2222
dwds: ^24.1.0

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: 2 additions & 2 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.2
3+
version: 26.2.3-wip
44

55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -49,7 +49,7 @@ dev_dependencies:
4949
build_daemon: ^4.0.0
5050
build_runner: ^2.4.1
5151
build_version: ^2.1.1
52-
build_web_compilers: ^4.0.8
52+
build_web_compilers: ^4.4.1
5353
built_value_generator: ^8.4.2
5454
graphs: ^2.1.0
5555
frontend_server_common:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ environment:
88

99
dev_dependencies:
1010
build_runner: ^2.4.0
11-
build_web_compilers: ^4.0.4
11+
build_web_compilers: ^4.4.1

fixtures/_experiment/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212

1313
dev_dependencies:
1414
build_runner: ^2.5.0
15-
build_web_compilers: ^4.0.4
15+
build_web_compilers: ^4.4.1

fixtures/_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212

1313
dev_dependencies:
1414
build_runner: ^2.5.0
15-
build_web_compilers: ^4.0.4
15+
build_web_compilers: ^4.4.1

fixtures/_test_circular1/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414

1515
dev_dependencies:
1616
build_runner: ^2.5.0
17-
build_web_compilers: ^4.0.4
17+
build_web_compilers: ^4.4.1

fixtures/_test_circular2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212

1313
dev_dependencies:
1414
build_runner: ^2.5.0
15-
build_web_compilers: ^4.0.4
15+
build_web_compilers: ^4.4.1

fixtures/_test_dot_shorthands/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ version: 1.0.0
33
description: >-
44
A fake package used for testing dot shorthands.
55
publish_to: none
6-
76
environment:
87
sdk: ^3.9.0
98

109
dev_dependencies:
1110
build_runner: ^2.5.0
12-
build_web_compilers: ^4.0.4
11+
build_web_compilers: ^4.4.1

0 commit comments

Comments
 (0)