Skip to content

Commit

Permalink
chore: upgrade flutter to 3.19.5 (#358)
Browse files Browse the repository at this point in the history
* chore: upgrade flutter to 3.19.5

* chore: temporarily add --no-cache

* chore: remove --no-cache
  • Loading branch information
minikin authored Mar 29, 2024
1 parent 0f17b56 commit ab6b844
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
catalyst_voices_assets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
bloc: ^8.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
catalyst_voices_models:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/packages/catalyst_voices_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.1
sdk: '>=3.3.3 <4.0.0'
flutter: 3.19.5

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.1
flutter: 3.19.5

dependencies:
equatable: ^2.0.5
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.1
sdk: '>=3.3.3 <4.0.0'
flutter: 3.19.5

dependencies:
animated_text_kit: ^4.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A project that showcases how to enable the recommended lints for Ca
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.3.3 <4.0.0'

dev_dependencies:
catalyst_analysis:
Expand Down
2 changes: 1 addition & 1 deletion catalyst_voices_packages/catalyst_analysis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 1.0.0
description: Lint rules for Dart and Flutter used internally at Catalyst.

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.3.3 <4.0.0'
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ command:
bootstrap:
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.1
flutter: 3.19.5
dependencies:
bloc_concurrency: ^0.2.2
bloc: ^8.1.2
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: catalyst_voices_workspace

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: '>=3.3.3 <4.0.0'

dev_dependencies:
melos: ^4.1.0
melos: ^5.2.2

0 comments on commit ab6b844

Please sign in to comment.