update deps

This commit is contained in:
Salvatore Giordano
2021-02-01 16:11:29 +01:00
parent 964a428f2e
commit 38a1b880e5
5 changed files with 9 additions and 9 deletions
@@ -83,7 +83,7 @@ jobs:
- name: 'Bootstrap Workspace' - name: 'Bootstrap Workspace'
run: melos bootstrap run: melos bootstrap
- name: 'Flutter Test' - name: 'Flutter Test'
run: cd packages/dart_client && flutter pub run test run: cd packages/stream_chat && flutter pub run test
test_flutter: test_flutter:
runs-on: ubuntu-latest runs-on: ubuntu-latest
+1 -1
View File
@@ -2,4 +2,4 @@ import 'package:stream_chat/src/client.dart';
/// Current package version /// Current package version
/// Used in [StreamChatClient] to build the `x-stream-client` header /// Used in [StreamChatClient] to build the `x-stream-client` header
const PACKAGE_VERSION = '0.2.24+2'; const PACKAGE_VERSION = '1.0.0-beta';
+5 -5
View File
@@ -1,7 +1,7 @@
name: stream_chat name: stream_chat
homepage: https://getstream.io/ homepage: https://getstream.io/
description: The official Dart client for Stream Chat, a service for building chat applications. description: The official Dart client for Stream Chat, a service for building chat applications.
version: 0.2.24+2 version: 1.0.0-beta
repository: https://github.com/GetStream/stream-chat-dart repository: https://github.com/GetStream/stream-chat-dart
issue_tracker: https://github.com/GetStream/stream-chat-dart/issues issue_tracker: https://github.com/GetStream/stream-chat-dart/issues
@@ -14,13 +14,13 @@ dependencies:
dio: ^3.0.10 dio: ^3.0.10
web_socket_channel: ^1.1.0 web_socket_channel: ^1.1.0
uuid: ^2.2.2 uuid: ^2.2.2
async: ^2.4.1 async: ^2.4.2
rxdart: ^0.24.1 rxdart: ^0.25.0
collection: ^1.14.12 collection: ^1.14.13
pedantic: ^1.9.2
dev_dependencies: dev_dependencies:
build_runner: ^1.10.0 build_runner: ^1.10.0
json_serializable: ^3.3.0 json_serializable: ^3.3.0
test: ^1.15.7 test: ^1.15.7
mockito: ^4.1.1 mockito: ^4.1.1
pedantic: ^1.9.2
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies:
path: ../stream_chat_flutter_core path: ../stream_chat_flutter_core
flutter_app_badger: ^1.1.2 flutter_app_badger: ^1.1.2
photo_view: ^0.10.3 photo_view: ^0.10.3
rxdart: ^0.24.1 rxdart: ^0.25.0
scrollable_positioned_list: ^0.1.8 scrollable_positioned_list: ^0.1.8
jiffy: ^3.0.1 jiffy: ^3.0.1
flutter_svg: ^0.19.1 flutter_svg: ^0.19.1
@@ -11,7 +11,7 @@ environment:
dependencies: dependencies:
stream_chat: stream_chat:
path: ../dart_client path: ../stream_chat
flutter: flutter:
sdk: flutter sdk: flutter