Allow web_benchmarks to depend on webkit_inspection_protocol 1.0

Towards https://github.com/flutter/flutter/pull/79099
This commit is contained in:
Jonah Williams
2021-03-29 09:55:30 -07:00
committed by GitHub
parent e1849b61fe
commit cb014b5fc4

View File

@ -1,6 +1,6 @@
name: web_benchmarks
description: A benchmark harness for performance-testing Flutter apps in Chrome.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/flutter/packages/tree/master/packages/web_benchmarks
environment:
@ -20,4 +20,4 @@ dependencies:
shelf: ">=0.7.5 <2.0.0"
shelf_static: ">=0.2.8 <1.0.0"
test: ">=1.15.0 <3.0.0"
webkit_inspection_protocol: ">=0.7.3 <1.0.0"
webkit_inspection_protocol: ">=0.7.3 <2.0.0"