Skip to content

Commit

Permalink
Bump the package:mime dep to 2.0.0 (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Sep 30, 2024
1 parent bac3844 commit 144c598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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:/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
mime: '>=1.0.0 <3.0.0'
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.0
Expand Down

0 comments on commit 144c598

Please sign in to comment.