Skip to content

Commit 95e2baa

Browse files
authored
Update package:web_benchmarks dep. (#8530)
This change is in preparation of the removal of `--web-renderer=html`. * Related: flutter/packages#8103 (tooling change to remove the parameter from the benchmark runner) * Related: flutter/flutter#145954 (general thread) ## Tests In this case, CI should continue normally. The change is just adopting a new major version of `package:web_benchmarks` that removed some public API (that wasn't used in devtools). ![build.yaml badge] If you need help, consider asking for help on [Discord]. [build.yaml badge]: https://github.com/flutter/devtools/actions/workflows/build.yaml/badge.svg
1 parent 6ef14e4 commit 95e2baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev_dependencies:
7676
mockito: ^5.4.1
7777
stager: ^1.0.1
7878
test: ^1.21.0
79-
web_benchmarks: ^3.1.0
79+
web_benchmarks: ^4.0.0
8080
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
8181

8282
flutter:

0 commit comments

Comments
 (0)