From 144c598c6eba14ae4c65c56ff5084170c032ec35 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:14:05 -0700 Subject: [PATCH] Bump the package:mime dep to 2.0.0 (#3758) --- build_runner/CHANGELOG.md | 3 ++- build_runner/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build_runner/CHANGELOG.md b/build_runner/CHANGELOG.md index a69ce1c59..512b38f81 100644 --- a/build_runner/CHANGELOG.md +++ b/build_runner/CHANGELOG.md @@ -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 diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 20b7a0b71..445bdb7fa 100644 --- a/build_runner/pubspec.yaml +++ b/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: 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