Skip to content

Commit

Permalink
fix(frontend): revert more flutter .yml files to those in main
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Apr 10, 2024
1 parent b9ed28e commit 1dc7ddf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
formz: ^0.7.0

dev_dependencies:
catalyst_analysis:
catalyst_analysis:
path: ../../../catalyst_voices_packages/catalyst_analysis
test: ^1.24.9
test: ^1.24.9
8 changes: 4 additions & 4 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.3.3 <4.0.0"
sdk: '>=3.3.3 <4.0.0'
flutter: 3.19.5

dependencies:
Expand Down Expand Up @@ -44,9 +44,9 @@ dev_dependencies:
build_verify: ^3.1.0
catalyst_analysis:
git:
url: https://github.com/input-output-hk/catalyst-voices.git
path: catalyst_voices_packages/catalyst_analysis
ref: 3431f7b
url: https://github.com/input-output-hk/catalyst-voices.git
path: catalyst_voices_packages/catalyst_analysis
ref: 3431f7b
flutter_test:
sdk: flutter
go_router_builder: ^2.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A project that showcases how to enable the recommended lints for Ca
publish_to: none

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

dev_dependencies:
catalyst_analysis:
path: ../
path: ../
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 @@ -6,4 +6,4 @@ issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
topics: [lints, analyzer, analysis]

environment:
sdk: ">=3.3.3 <4.0.0"
sdk: '>=3.3.3 <4.0.0'
8 changes: 4 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ command:
workspaceChangelog: true
bootstrap:
environment:
sdk: ">=3.3.3 <4.0.0"
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.5
dependencies:
bloc_concurrency: ^0.2.2
Expand All @@ -34,8 +34,8 @@ scripts:
description: Run all static analysis checks.

format:
run: melos exec dart format . --fix
description: Run `dart format` for all packages.
run: melos exec dart format . --fix
description: Run `dart format` for all packages.

format-check:
run: melos exec dart format . --set-exit-if-changed
Expand Down Expand Up @@ -77,4 +77,4 @@ scripts:
run: flutter pub get
exec:
concurrency: 6
description: Install all dependencies
description: Install all dependencies
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: catalyst_voices_workspace

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

dev_dependencies:
melos: ^5.2.2
2 changes: 1 addition & 1 deletion utilities/catalyst_voices_remote_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.3.3 <4.0.0"
sdk: ">=3.3.0 <4.0.0"
flutter: 3.19.3

dependencies:
Expand Down

0 comments on commit 1dc7ddf

Please sign in to comment.