Skip to content

Commit

Permalink
chore(deps): Upgrade flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed May 23, 2024
1 parent 967b16e commit 8ab5a28
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: 3.4.0
sdk: 3.4.1

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ packages:
- packages/**

scripts:
format_check_diff:
run: melos exec --diff=origin/main...HEAD --include-dependents dart format $(find . -name '*.dart' -not -name '*.g.dart') --set-exit-if-changed
analyze_diff:
run: melos exec --diff=origin/main...HEAD --include-dependents flutter analyze .
format_check_diff:
run: melos exec --diff=origin/main...HEAD --include-dependents dart format . --set-exit-if-changed
test_diff:
run: melos exec --diff=origin/main...HEAD --include-dependents flutter test --test-randomize-ordering-seed random
2 changes: 1 addition & 1 deletion packages/agir_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1

environment:
sdk: 3.4.0
sdk: 3.4.1
2 changes: 1 addition & 1 deletion packages/dsfr.dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: 3.4.0
sdk: 3.4.1

dependencies:
cupertino_icons: ^1.0.8
Expand Down
4 changes: 2 additions & 2 deletions packages/dsfr.dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version: 0.0.1
homepage:

environment:
sdk: 3.4.0
flutter: 3.22.0
sdk: 3.4.1
flutter: 3.22.1

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: agir_melos

environment:
sdk: 3.4.0
sdk: 3.4.1
dev_dependencies:
melos: ^6.0.0

0 comments on commit 8ab5a28

Please sign in to comment.