We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0f1d9 commit 8da48d3Copy full SHA for 8da48d3
build_runner/CHANGELOG.md
@@ -1,5 +1,7 @@
1
## 2.4.9-wip
2
3
+- Update the `package:frontend_server_client` constraint to `>=3.0.0 <5.0.0`.
4
+
5
## 2.4.8
6
7
- Update README.md to point to the FAQ and other docs.
build_runner/pubspec.yaml
@@ -24,7 +24,7 @@ dependencies:
24
collection: ^1.15.0
25
crypto: ^3.0.0
26
dart_style: ^2.0.0
27
- frontend_server_client: ^3.0.0
+ frontend_server_client: ">=3.0.0 <5.0.0"
28
glob: ^2.0.0
29
graphs: ^2.2.0
30
http_multi_server: ^3.0.0
@@ -57,3 +57,6 @@ dev_dependencies:
57
test: ^1.16.0
58
test_descriptor: ^2.0.0
59
test_process: ^2.0.0
60
61
+dependency_overrides:
62
+ frontend_server_client: 4.0.0
0 commit comments