Skip to content

Commit

Permalink
build: Add melos command bootstrap dependencies (#300)
Browse files Browse the repository at this point in the history
* build: Add dependencies to melos

* build: build_runner diff
  • Loading branch information
riscait authored Dec 27, 2023
1 parent 42e4a59 commit 1382841
Show file tree
Hide file tree
Showing 26 changed files with 1,106 additions and 242 deletions.
13 changes: 11 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: flutter_app_template
repository: https://github.com/altive/flutter_app_template
sdkPath: .fvm/flutter_sdk

packages:
- "packages/*"

command:
bootstrap:
runPubGetInParallel: true
environment:
sdk: ^3.2.0
dependencies:
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
dev_dependencies:
altive_lints: ^1.9.0
build_runner: ^2.4.7
freezed: ^2.4.5
json_serializable: ^6.7.1
clean:
hooks:
post: |
Expand All @@ -16,6 +24,7 @@ command:
melos exec --flutter --file-exists="macos/Podfile.lock" -- "cd macos && rm Podfile.lock"
version:
branch: main
releaseUrl: true

scripts:
upgrade:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/amazon_paapi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
simple_logger: ^1.8.0+1

dev_dependencies:
altive_lints: ^1.8.1
build_runner: ^2.4.6
altive_lints: ^1.9.0
build_runner: ^2.4.7
flutter_test:
sdk: flutter
freezed: ^2.4.2
freezed: ^2.4.5
json_serializable: ^6.7.1

flutter:
2 changes: 1 addition & 1 deletion packages/analysis_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
sdk: flutter

dev_dependencies:
altive_lints: ^1.7.0
altive_lints: ^1.9.0
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies:
riverpod_annotation: ^2.1.2

dev_dependencies:
altive_lints: ^1.8.1
build_runner: ^2.4.6
altive_lints: ^1.9.0
build_runner: ^2.4.7
flutter_test:
sdk: flutter
riverpod_generator: ^2.2.6
Expand Down
4 changes: 2 additions & 2 deletions packages/convenient_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
simple_logger: ^1.8.0+1

dev_dependencies:
altive_lints: ^1.7.0
build_runner: ^2.2.1
altive_lints: ^1.9.0
build_runner: ^2.4.7
flutter_gen_runner: ^5.3.1
flutter_test:
sdk: flutter
Expand Down
Loading

0 comments on commit 1382841

Please sign in to comment.