chore(stream_chat_persistence): update deps

This commit is contained in:
Felix Angelov
2021-03-24 00:28:48 -05:00
parent f1c10a451f
commit 8722e4dd0e
2 changed files with 13 additions and 11 deletions
@@ -11,7 +11,8 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
stream_chat: ^1.4.0
stream_chat:
path: ../../stream_chat
stream_chat_persistence:
path: ../
+11 -10
View File
@@ -11,17 +11,18 @@ environment:
dependencies:
flutter:
sdk: flutter
logging: ^0.11.4
meta: ^1.2.4
moor: ^3.4.0
mutex: ^2.0.0
path: ^1.7.0
path_provider: ^1.6.27
logging: ^1.0.0
meta: ^1.3.0
moor: ^4.2.0
mutex: ^3.0.0
path: ^1.8.0
path_provider: ^2.0.0
sqlite3_flutter_libs: ^0.4.0+1
stream_chat: ^1.5.0
stream_chat:
path: ../stream_chat
dev_dependencies:
build_runner: ^1.11.0
moor_generator: ^3.4.1
pedantic: ^1.9.2
test: ^1.15.7
moor_generator: ^4.2.0
pedantic: ^1.11.0
test: ^1.16.0