Merge pull request #137 from famedly/nico/dart-3-compat
chore: make dependencies compatible with dart 3
This commit is contained in:
		
						commit
						b8ef4754b6
					
				|  | @ -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: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue