Skip to content

Commit

Permalink
chore: fix pana
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Dec 20, 2024
1 parent 489ec2c commit 28b1267
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ command:
bootstrap:
# Dart and Flutter environment used in the project.
environment:
sdk: ^3.5.4
sdk: ^3.5.3
# We are not using carat '^' syntax here because flutter don't follow semantic versioning.
flutter: ">=3.24.5"

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3

dependencies:
async: ^2.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter_core/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_flutter_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_localizations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_persistence/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 1.0.0+1
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_chat_persistence/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
# 2. Add it to the melos.yaml file for future updates.

environment:
sdk: ^3.5.4
sdk: ^3.5.3
flutter: ">=3.24.5"

dependencies:
Expand Down

0 comments on commit 28b1267

Please sign in to comment.