Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web_benchmarks] Update versions for upstream packages #290

Merged
merged 3 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/web_benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

* Updated dependencies to allow broader versions for upstream packages.

## 0.0.3

* Fixed benchmarks failing due to trace format change for begin frame.
Expand Down
6 changes: 3 additions & 3 deletions packages/web_benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: web_benchmarks
description: A benchmark harness for performance-testing Flutter apps in Chrome.
version: 0.0.3
version: 0.0.4
homepage: https://github.com/flutter/packages/tree/master/packages/web_benchmarks

environment:
Expand All @@ -13,11 +13,11 @@ dependencies:
sdk: flutter
flutter_test:
sdk: flutter
logging: ">=0.11.4 <1.0.0"
logging: ">=0.11.4 <2.0.0"
meta: ">=1.0.0 <2.0.0"
path: ">=1.7.0 <2.0.0"
process: ">=3.0.13 <5.0.0"
shelf: ">=0.7.5 <1.0.0"
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"