Skip to content

Commit

Permalink
Merge branch 'main' into feat/cat-gateway-run-scriptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Apr 18, 2024
2 parents cd50746 + 279b6fa commit f461094
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -89,6 +89,9 @@ pubspec.lock
coverage/
.idea/

# Melos
*pubspec_overrides.yaml

# Secrets
dev-catalyst-voice-9f78f27c6bc5.json

Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/packages/catalyst_voices_assets/pubspec.yaml
Expand Up @@ -4,15 +4,15 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
flutter:
sdk: flutter

dev_dependencies:
build_runner: ^2.1.11
build_runner: ^2.3.3
flutter_gen_runner: ^5.3.2

flutter:
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
equatable: ^2.0.5
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand All @@ -20,7 +20,7 @@ dependencies:
rxdart: ^0.27.7

dev_dependencies:
build_runner: ^2.4.9
build_runner: ^2.3.3
catalyst_analysis:
path: ../../../catalyst_voices_packages/catalyst_analysis
mockito: ^5.4.4
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand All @@ -16,7 +16,7 @@ dependencies:
rxdart: ^0.27.7

dev_dependencies:
build_runner: ^2.4.8
build_runner: ^2.3.3
catalyst_analysis:
path: ../../../catalyst_voices_packages/catalyst_analysis
chopper_generator: ^7.2.0
Expand Down
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.5

dependencies:
Expand Down
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

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

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/pubspec.yaml
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.5

dependencies:
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
url_strategy: ^0.2.0

dev_dependencies:
build_runner: ^2.4.7
build_runner: ^2.3.3
build_verify: ^3.1.0
catalyst_analysis:
git:
Expand Down
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.3 <4.0.0'
sdk: ">=3.3.0 <4.0.0"

dev_dependencies:
catalyst_analysis:
Expand Down
2 changes: 1 addition & 1 deletion catalyst_voices_packages/catalyst_analysis/pubspec.yaml
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.0 <4.0.0"
2 changes: 1 addition & 1 deletion utilities/catalyst_voices_remote_widgets/pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ publish_to: none

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

dependencies:
flutter:
Expand Down

0 comments on commit f461094

Please sign in to comment.