Skip to content

Commit 3cc450e

Browse files
committed
Support latest build_web_compliers across all packages
1 parent ed488c5 commit 3cc450e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies:
2525
dev_dependencies:
2626
args: ^1.0.0
2727
build_runner: ^1.0.0
28-
build_web_compilers: ^1.0.0
28+
build_web_compilers: '>=1.0.0 <3.0.0'
2929
test: ^1.6.0
3030
webdriver: ^2.0.0

example/pubspec.yaml

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

77
dev_dependencies:
88
build_runner: '>=1.3.0 <2.0.0'
9-
build_web_compilers: ^1.0.0
9+
build_web_compilers: '>=1.0.0 <3.0.0'

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev_dependencies:
3737
build: ^1.0.0
3838
build_runner: ^1.0.0
3939
built_value_generator: ^6.4.0
40-
build_web_compilers: ^1.0.0
40+
build_web_compilers: '>=1.0.0 <3.0.0'
4141
build_verify: ^1.0.0
4242
build_version: ^2.0.0
4343
graphs: ^0.2.0

0 commit comments

Comments
 (0)