Skip to content

Commit

Permalink
Update frontend_server_client constraint to allow version 4.0.0 (#2153)
Browse files Browse the repository at this point in the history
Updating to package:frontend_server_client v4.0.0 is only a breaking change for dependents that set the debug argument of FrontendServerClient.start to true, andpackage:test_core never does that.
  • Loading branch information
derekxu16 authored Dec 8, 2023
1 parent 001c538 commit 7d61eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* **BREAKING**: Removed `Configuration.pubServeUrl` and support for it.
* Fix running of tests defined under `lib/` with relative imports to other
libraries in the package.
* Update the `package:frontend_server_client` constraint to allow version
`4.0.0`.

## 0.5.9

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
boolean_selector: ^2.1.0
collection: ^1.15.0
coverage: ^1.0.0
frontend_server_client: '>=3.2.0 <4.0.0'
frontend_server_client: '>=3.2.0 <5.0.0'
glob: ^2.0.0
io: ^1.0.0
meta: ^1.3.0
Expand Down

0 comments on commit 7d61eef

Please sign in to comment.