Skip to content

Commit

Permalink
chore: bump code_builder until 4.10.0 is released
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Dec 29, 2023
1 parent bf19244 commit e81a3e9
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/dynamite/dynamite/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ dev_dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_lints

dependency_overrides:
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
6 changes: 5 additions & 1 deletion packages/dynamite/dynamite/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints,code_builder
dependency_overrides:
dynamite:
path: ..
dynamite_runtime:
path: ../../dynamite_runtime
neon_lints:
path: ../../../neon_lints
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
8 changes: 7 additions & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
built_collection: ^5.0.0
built_value: ^8.0.1
checked_yaml: ^2.0.0
code_builder: ^4.5.0
code_builder: ^4.9.0
collection: ^1.0.0
crypto: ^3.0.0
dart_style: ^2.0.0
Expand All @@ -37,3 +37,9 @@ dev_dependencies:
url: https://github.com/nextcloud/neon
path: packages/neon_lints
test: ^1.24.9

dependency_overrides:
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
6 changes: 5 additions & 1 deletion packages/dynamite/dynamite/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# melos_managed_dependency_overrides: neon_lints
# melos_managed_dependency_overrides: neon_lints,code_builder
dependency_overrides:
neon_lints:
path: ../../neon_lints
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
6 changes: 6 additions & 0 deletions packages/dynamite/dynamite_end_to_end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ dev_dependencies:
url: https://github.com/nextcloud/neon
path: packages/neon_lints
test: ^1.24.9

dependency_overrides:
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints,code_builder
dependency_overrides:
dynamite:
path: ../dynamite
dynamite_runtime:
path: ../dynamite_runtime
neon_lints:
path: ../../neon_lints
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments
6 changes: 6 additions & 0 deletions packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ dev_dependencies:
test_api: ^0.6.1
xml_serializable: ^2.4.1

dependency_overrides:
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments

platforms:
windows:
linux:
Expand Down
6 changes: 5 additions & 1 deletion packages/nextcloud/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints,nextcloud_test
# melos_managed_dependency_overrides: dynamite,dynamite_runtime,neon_lints,nextcloud_test,code_builder
dependency_overrides:
dynamite:
path: ../dynamite/dynamite
Expand All @@ -8,3 +8,7 @@ dependency_overrides:
path: ../neon_lints
nextcloud_test:
path: ../nextcloud_test
code_builder:
git:
url: https://github.com/Leptopoda/code_builder
ref: feat/library_doc_comments

0 comments on commit e81a3e9

Please sign in to comment.