chore: make dependencies compatible with dart 3

This commit is contained in:
Nicolas Werner 2023-09-20 19:42:45 +02:00
parent aa07a0e777
commit fd584ff28e
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lit
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
dependencies:
enhanced_enum: ^0.2.4
http: ^0.13.0
http: ">=0.13.0 <2.0.0"
mime: ^1.0.0
dev_dependencies:
@ -19,7 +19,7 @@ dev_dependencies:
import_sorter: ^4.6.0
lints: ^2.0.0
test: ^1.14.4
dependency_overrides:
# uncomment for local development
# matrix: