Skip to content

Commit

Permalink
Raise the build_web_compilers dependency max to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Oct 16, 2024
1 parent f15aa02 commit c25c3d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.2.0
build_web_compilers: ^3.2.5
build_web_compilers: '>=3.2.5 <5.0.0'
build_test: ^2.1.6
dart_dev: ^4.0.0
glob: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dev_dependencies:
build_resolvers: ^2.0.0
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'
built_value_generator: ^8.0.0
dart_dev: ^4.0.1
dependency_validator: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/playground/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
over_react: '>=3.5.3 <6.0.0'
dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
build_web_compilers: '>=3.0.0 <5.0.0'
workiva_analysis_options: ^1.1.0

dependency_overrides:
Expand Down

0 comments on commit c25c3d7

Please sign in to comment.