Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try fix ci 01
Browse files Browse the repository at this point in the history
Eldar2021 committed Dec 19, 2024
1 parent 4476fc6 commit 656af76
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
@@ -792,10 +792,10 @@ packages:
dependency: "direct dev"
description:
name: json_serializable
sha256: ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b
sha256: c2fcb3920cf2b6ae6845954186420fca40bc0a8abcc84903b7801f17d7050d7c
url: "https://pub.dev"
source: hosted
version: "6.8.0"
version: "6.9.0"
just_audio:
dependency: "direct main"
description:
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ dependencies:
path: ../packages/mq_quran_repository
mq_hatim_repository:
path: ../packages/mq_hatim_repository

dev_dependencies:
flutter_test:
sdk: flutter
@@ -94,7 +94,7 @@ dev_dependencies:
mocktail: ^1.0.4
build_runner: ^2.4.13
flutter_gen_runner: ^5.8.0
json_serializable: ^6.8.0
json_serializable: ^6.9.0
# flutter_launcher_icons: ^0.13.1

flutter:
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ packages:

command:
bootstrap:
runPubGetInParallel: false
# runPubGetInParallel: false
usePubspecOverrides: true

scripts:
@@ -67,11 +67,11 @@ scripts:
description: "Run Flutter doctor"

run-build-runner:
run: cd app && flutter pub run build_runner build --delete-conflicting-outputs
run: cd app && dart run build_runner build --delete-conflicting-outputs
description: "Run unit tests selected package"

run-build-runner-all:
run: melos exec --depends-on="build_runner" -- flutter pub run build_runner build --delete-conflicting-outputs
run: melos exec --depends-on="build_runner" -- dart run build_runner build --delete-conflicting-outputs
description: "Generate code with build_runner"

# Run My Quran
4 changes: 2 additions & 2 deletions packages/mq_hatim_repository/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@ dependencies:
path: ../mq_crashlytics
mq_remote_client:
path: ../mq_remote_client

dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.4
very_good_analysis: ^6.0.0
build_runner: ^2.4.13
json_serializable: ^6.8.0
json_serializable: ^6.9.0
8 changes: 4 additions & 4 deletions packages/mq_home_repository/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ environment:
dependencies:
flutter:
sdk: flutter

json_annotation: ^4.9.0

# Packages
mq_crashlytics:
path: ../mq_crashlytics
@@ -22,11 +22,11 @@ dependencies:
path: ../mq_remote_config
mq_storage:
path: ../mq_storage

dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.4
very_good_analysis: ^6.0.0
build_runner: ^2.4.13
json_serializable: ^6.8.0
json_serializable: ^6.9.0
2 changes: 1 addition & 1 deletion packages/mq_quran_repository/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ dev_dependencies:
mocktail: ^1.0.4
very_good_analysis: ^6.0.0
build_runner: ^2.4.13
json_serializable: ^6.8.0
json_serializable: ^6.9.0

0 comments on commit 656af76

Please sign in to comment.