Skip to content

Commit

Permalink
[web_benchmarks] Bump process version constraints (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Oct 12, 2023
1 parent 93c3f69 commit 0dc8f4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.1.0+7

* Updates `package:process` version constraints.

## 0.1.0+6

* Adds pub topics to package metadata.
Expand Down
4 changes: 2 additions & 2 deletions packages/web_benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: web_benchmarks
description: A benchmark harness for performance-testing Flutter apps in Chrome.
repository: https://github.com/flutter/packages/tree/main/packages/web_benchmarks
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+web_benchmarks%22
version: 0.1.0+6
version: 0.1.0+7

environment:
sdk: ">=2.19.0 <4.0.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
logging: ^1.0.2
meta: ^1.7.0
path: ^1.8.0
process: ^4.2.4
process: ">=4.2.4 <6.0.0"
shelf: ^1.2.0
shelf_static: ^1.1.0
test: ^1.19.5
Expand Down

0 comments on commit 0dc8f4e

Please sign in to comment.