Skip to content

Commit 0dc8f4e

Browse files
authored
[web_benchmarks] Bump process version constraints (#5122)
Prep for flutter/flutter#136418.
1 parent 93c3f69 commit 0dc8f4e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/web_benchmarks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+7
2+
3+
* Updates `package:process` version constraints.
4+
15
## 0.1.0+6
26

37
* Adds pub topics to package metadata.

packages/web_benchmarks/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: web_benchmarks
22
description: A benchmark harness for performance-testing Flutter apps in Chrome.
33
repository: https://github.com/flutter/packages/tree/main/packages/web_benchmarks
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+web_benchmarks%22
5-
version: 0.1.0+6
5+
version: 0.1.0+7
66

77
environment:
88
sdk: ">=2.19.0 <4.0.0"
@@ -16,7 +16,7 @@ dependencies:
1616
logging: ^1.0.2
1717
meta: ^1.7.0
1818
path: ^1.8.0
19-
process: ^4.2.4
19+
process: ">=4.2.4 <6.0.0"
2020
shelf: ^1.2.0
2121
shelf_static: ^1.1.0
2222
test: ^1.19.5

0 commit comments

Comments
 (0)