File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0+7
2
+
3
+ * Updates ` package:process ` version constraints.
4
+
1
5
## 0.1.0+6
2
6
3
7
* Adds pub topics to package metadata.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: web_benchmarks
2
2
description : A benchmark harness for performance-testing Flutter apps in Chrome.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/web_benchmarks
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.19.0 <4.0.0"
@@ -16,7 +16,7 @@ dependencies:
16
16
logging : ^1.0.2
17
17
meta : ^1.7.0
18
18
path : ^1.8.0
19
- process : ^ 4.2.4
19
+ process : " >= 4.2.4 <6.0.0 "
20
20
shelf : ^1.2.0
21
21
shelf_static : ^1.1.0
22
22
test : ^1.19.5
You can’t perform that action at this time.
0 commit comments