diff --git a/melos.yaml b/melos.yaml index 0118b49ec..440bffff4 100644 --- a/melos.yaml +++ b/melos.yaml @@ -28,10 +28,10 @@ command: cached_network_image: ^3.3.1 chewie: ^1.8.1 collection: ^1.17.2 - connectivity_plus: ^6.0.3 + connectivity_plus: ">=6.0.3 <8.0.0" cupertino_icons: ^1.0.3 desktop_drop: '>=0.5.0 <0.7.0' - device_info_plus: '>=10.1.2 <12.0.0' + device_info_plus: '>=11.0.0 <13.0.0' diacritic: ^0.1.5 dio: ^5.4.3+1 drift: ^2.22.1 @@ -65,7 +65,7 @@ command: media_kit_video: ^1.2.4 meta: ^1.9.1 mime: ^2.0.0 - package_info_plus: ^8.3.0 + package_info_plus: ">=8.3.0 <10.0.0" path: ^1.8.3 path_provider: ^2.1.3 photo_manager: ^3.2.0 @@ -76,7 +76,7 @@ command: responsive_builder: ^0.7.0 rxdart: ^0.28.0 sentry_flutter: ^8.3.0 - share_plus: ^11.0.0 + share_plus: ">=11.0.0 <13.0.0" shimmer: ^3.0.0 sqlite3_flutter_libs: ^0.5.26 stream_chat: ^9.16.0 diff --git a/packages/stream_chat_flutter/pubspec.yaml b/packages/stream_chat_flutter/pubspec.yaml index 1ca5dcce8..9786553b1 100644 --- a/packages/stream_chat_flutter/pubspec.yaml +++ b/packages/stream_chat_flutter/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: rate_limiter: ^1.0.0 record: ">=5.2.0 <7.0.0" rxdart: ^0.28.0 - share_plus: ^11.0.0 + share_plus: ">=11.0.0 <13.0.0" shimmer: ^3.0.0 stream_chat_flutter_core: ^9.16.0 svg_icon_widget: ^0.0.1 diff --git a/packages/stream_chat_flutter_core/pubspec.yaml b/packages/stream_chat_flutter_core/pubspec.yaml index 09cb42f5c..73a64c3f7 100644 --- a/packages/stream_chat_flutter_core/pubspec.yaml +++ b/packages/stream_chat_flutter_core/pubspec.yaml @@ -23,13 +23,13 @@ environment: dependencies: collection: ^1.17.2 - connectivity_plus: ^6.0.3 - device_info_plus: ">=10.1.2 <12.0.0" + connectivity_plus: ">=6.0.3 <8.0.0" + device_info_plus: ">=11.0.0 <13.0.0" flutter: sdk: flutter freezed_annotation: ">=2.4.1 <4.0.0" meta: ^1.9.1 - package_info_plus: ^8.3.0 + package_info_plus: ">=8.3.0 <10.0.0" rxdart: ^0.28.0 stream_chat: ^9.16.0