Skip to content

Commit 8853481

Browse files
authored
chore(repo): update dependencies (#2377)
1 parent 741fa33 commit 8853481

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

melos.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ command:
2828
cached_network_image: ^3.3.1
2929
chewie: ^1.8.1
3030
collection: ^1.17.2
31-
connectivity_plus: ^6.0.3
31+
connectivity_plus: ">=6.0.3 <8.0.0"
3232
cupertino_icons: ^1.0.3
3333
desktop_drop: '>=0.5.0 <0.7.0'
34-
device_info_plus: '>=10.1.2 <12.0.0'
34+
device_info_plus: '>=11.0.0 <13.0.0'
3535
diacritic: ^0.1.5
3636
dio: ^5.4.3+1
3737
drift: ^2.22.1
@@ -65,7 +65,7 @@ command:
6565
media_kit_video: ^1.2.4
6666
meta: ^1.9.1
6767
mime: ^2.0.0
68-
package_info_plus: ^8.3.0
68+
package_info_plus: ">=8.3.0 <10.0.0"
6969
path: ^1.8.3
7070
path_provider: ^2.1.3
7171
photo_manager: ^3.2.0
@@ -76,7 +76,7 @@ command:
7676
responsive_builder: ^0.7.0
7777
rxdart: ^0.28.0
7878
sentry_flutter: ^8.3.0
79-
share_plus: ^11.0.0
79+
share_plus: ">=11.0.0 <13.0.0"
8080
shimmer: ^3.0.0
8181
sqlite3_flutter_libs: ^0.5.26
8282
stream_chat: ^9.16.0

packages/stream_chat_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
rate_limiter: ^1.0.0
5454
record: ">=5.2.0 <7.0.0"
5555
rxdart: ^0.28.0
56-
share_plus: ^11.0.0
56+
share_plus: ">=11.0.0 <13.0.0"
5757
shimmer: ^3.0.0
5858
stream_chat_flutter_core: ^9.16.0
5959
svg_icon_widget: ^0.0.1

packages/stream_chat_flutter_core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ environment:
2323

2424
dependencies:
2525
collection: ^1.17.2
26-
connectivity_plus: ^6.0.3
27-
device_info_plus: ">=10.1.2 <12.0.0"
26+
connectivity_plus: ">=6.0.3 <8.0.0"
27+
device_info_plus: ">=11.0.0 <13.0.0"
2828
flutter:
2929
sdk: flutter
3030
freezed_annotation: ">=2.4.1 <4.0.0"
3131
meta: ^1.9.1
32-
package_info_plus: ^8.3.0
32+
package_info_plus: ">=8.3.0 <10.0.0"
3333
rxdart: ^0.28.0
3434
stream_chat: ^9.16.0
3535

0 commit comments

Comments
 (0)