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 efbc566 commit e725c73Copy full SHA for e725c73
pkgs/shelf_static/CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 1.1.3-wip
2
3
* Require Dart `^3.3.0`.
4
+* Update `package:mime` constraint to `>=1.0.0 <3.0.0`.
5
6
## 1.1.2
7
pkgs/shelf_static/pubspec.yaml
@@ -13,7 +13,7 @@ environment:
13
dependencies:
14
convert: ^3.0.0
15
http_parser: ^4.0.0
16
- mime: ^1.0.0
+ mime: '>=1.0.0 <3.0.0'
17
path: ^1.8.0
18
# shelf version that allows correctly setting content-length w/ HEAD
19
shelf: ^1.1.2
0 commit comments