Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the package:mime dep to 2.0.0 #3758

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.4.13-wip
## 2.4.13

- Bump the min sdk to 3.5.0.
- Bump the `mime` dependency to allow version 2.x.

## 2.4.12

Expand Down
4 changes: 2 additions & 2 deletions build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
js: '>=0.6.3 <0.8.0'
logging: ^1.0.0
meta: ^1.3.0
mime: ^1.0.0
kenzieschmoll marked this conversation as resolved.
Show resolved Hide resolved
mime: '>=1.0.0 <3.0.0'
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.0
Expand Down
Loading