Skip to content

Commit

Permalink
Update package:frontend_server_client constraint to >=3.0.0 <5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu16 committed Mar 28, 2024
1 parent dc0f1d9 commit 8da48d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 2.4.9-wip

- Update the `package:frontend_server_client` constraint to `>=3.0.0 <5.0.0`.

## 2.4.8

- Update README.md to point to the FAQ and other docs.
Expand Down
5 changes: 4 additions & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.0
dart_style: ^2.0.0
frontend_server_client: ^3.0.0
frontend_server_client: ">=3.0.0 <5.0.0"
glob: ^2.0.0
graphs: ^2.2.0
http_multi_server: ^3.0.0
Expand Down Expand Up @@ -57,3 +57,6 @@ dev_dependencies:
test: ^1.16.0
test_descriptor: ^2.0.0
test_process: ^2.0.0

dependency_overrides:
frontend_server_client: 4.0.0

0 comments on commit 8da48d3

Please sign in to comment.