Skip to content

Commit e2847bd

Browse files
authored
chore(smithy): fix smithy codegen generated code format issue (#4410)
1 parent 3a63daa commit e2847bd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/aft/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
built_value: ">=8.6.0 <8.9.0"
1515
checked_yaml: ^2.0.0
1616
cli_util: ^0.3.5
17-
code_builder: 4.7.0
17+
code_builder: 4.10.0
1818
collection: ^1.16.0
1919
file: ">=6.0.0 <8.0.0"
2020
git: any # override

packages/smithy/smithy_codegen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
build_cli_annotations: ^2.0.0
1515
built_collection: ^5.1.1
1616
built_value: ">=8.6.0 <8.9.0"
17-
code_builder: 4.7.0
17+
code_builder: 4.10.0
1818
collection: ^1.15.0
1919
crclib: ^3.0.0
20-
dart_style: 2.3.2
20+
dart_style: ^2.3.2
2121
fixnum: ^1.0.0
2222
grpc: ^3.0.2
2323
html2md: ^1.2.5

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
analyzer: ">=5.1.0 <7.0.0"
1313
async: ^2.10.0
1414
build: ^2.2.1
15-
code_builder: 4.7.0
15+
code_builder: 4.10.0
1616
collection: ^1.15.0
17-
dart_style: 2.3.2
17+
dart_style: ^2.3.2
1818
meta: ^1.7.0
1919
path: ">=1.8.0 <2.0.0"
2020
source_gen: ^1.3.2

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ dependencies:
1919
build_web_compilers: ^4.0.0
2020
built_value: ">=8.6.0 <8.9.0"
2121
built_value_generator: 8.8.1
22-
code_builder: 4.7.0
22+
code_builder: 4.10.0
2323
connectivity_plus: ">=4.0.1 <6.0.0"
24-
# This must exactly match what's included in `dart format`
24+
# This must roughly match what's included in `dart format`
2525
# on stable so that CI checks pass for generated code.
26-
dart_style: 2.3.2
26+
dart_style: ^2.3.2
2727
device_info_plus: ^9.0.0
2828
drift: ">=2.14.0 <2.15.0"
2929
drift_dev: ">=2.14.0 <2.15.0"

0 commit comments

Comments
 (0)