Skip to content

Commit 144c598

Browse files
Bump the package:mime dep to 2.0.0 (#3758)
1 parent bac3844 commit 144c598

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build_runner/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.4.13-wip
1+
## 2.4.13
22

33
- Bump the min sdk to 3.5.0.
4+
- Bump the `mime` dependency to allow version 2.x.
45

56
## 2.4.12
67

build_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.4.13-wip
2+
version: 2.4.13
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55
resolution: workspace
@@ -33,7 +33,7 @@ dependencies:
3333
js: '>=0.6.3 <0.8.0'
3434
logging: ^1.0.0
3535
meta: ^1.3.0
36-
mime: ^1.0.0
36+
mime: '>=1.0.0 <3.0.0'
3737
package_config: ^2.0.0
3838
path: ^1.8.0
3939
pool: ^1.5.0

0 commit comments

Comments
 (0)