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 bcf4715 commit 8983e59
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 @@ -12,7 +12,7 @@ dependencies:
dev_dependencies:
react: ^7.0.0
build_runner: ^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.1.1
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 @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.1.3
build_web_compilers: ^3.0.0
build_web_compilers: '>=3.0.0 <5.0.0'
dart_dev: ^4.0.0
dependency_validator: ^3.0.0
test: ^1.18.2

0 comments on commit 8983e59

Please sign in to comment.