Skip to content

Commit

Permalink
Merge pull request #429 from Workiva/batch/build_web_compilers_raise_…
Browse files Browse the repository at this point in the history
…max_v5_0_0/w_transport

Raise the build_web_compilers dependency max to v5.0.0
  • Loading branch information
rmconsole2-wf authored Oct 17, 2024
2 parents 1f0bfb7 + b973449 commit 308ea4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev_dependencies:
_test_server:
path: ../_test_server
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
build_web_compilers: '>=3.0.0 <5.0.0'
collection: ^1.14.6
dart_dev: ^4.0.0
dependency_validator: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
path: _test_server
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: ^3.0.0
build_web_compilers: '>=3.0.0 <5.0.0'
dart_dev: ^4.0.0
dart_style: ^2.2.4
dependency_validator: ^3.0.0
Expand Down

0 comments on commit 308ea4a

Please sign in to comment.