We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac3844 commit 144c598Copy full SHA for 144c598
build_runner/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 2.4.13-wip
+## 2.4.13
2
3
- Bump the min sdk to 3.5.0.
4
+- Bump the `mime` dependency to allow version 2.x.
5
6
## 2.4.12
7
build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
-version: 2.4.13-wip
+version: 2.4.13
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace
@@ -33,7 +33,7 @@ dependencies:
33
js: '>=0.6.3 <0.8.0'
34
logging: ^1.0.0
35
meta: ^1.3.0
36
- mime: ^1.0.0
+ mime: '>=1.0.0 <3.0.0'
37
package_config: ^2.0.0
38
path: ^1.8.0
39
pool: ^1.5.0
0 commit comments