Skip to content

Commit 38e1c24

Browse files
author
Dillon Nys
committed
chore: Update json_serializable and built_value dependencies
commit-id:b87eb2b6
1 parent 37dc6b9 commit 38e1c24

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

packages/aft/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
cli_util: ^0.3.5
1515
collection: ^1.16.0
1616
git: ^2.0.0
17-
json_annotation: ^4.4.0
17+
json_annotation: ^4.6.0
1818
path: any
1919
pub_semver: ^2.1.1
2020
pubspec_parse: ^1.2.0
@@ -28,7 +28,7 @@ dev_dependencies:
2828
amplify_lints:
2929
path: ../amplify_lints
3030
build_runner: ^2.0.0
31-
json_serializable: ^6.1.0
31+
json_serializable: ^6.3.0
3232
test: ^1.16.0
3333

3434
executables:

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev_dependencies:
3434
build_runner: ^2.0.0
3535
flutter_test:
3636
sdk: flutter
37-
json_serializable: ^6.1.0
37+
json_serializable: ^6.3.0
3838

3939
flutter:
4040
plugin:

packages/amplify_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
collection: ^1.15.0
1616
http: ^0.13.0
1717
intl: ^0.17.0
18-
json_annotation: ^4.4.0
18+
json_annotation: ^4.6.0
1919
logging: ^1.0.0
2020
meta: ^1.7.0
2121
uuid: 3.0.6
@@ -24,6 +24,6 @@ dev_dependencies:
2424
amplify_lints:
2525
path: ../amplify_lints
2626
build_runner: ^2.0.0
27-
json_serializable: ^6.1.0
27+
json_serializable: ^6.3.0
2828
path: any
2929
test: ^1.17.0

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
http: ^0.13.4
2424
intl: ^0.17.0
2525
js: ^0.6.4
26-
json_annotation: ^4.4.0
26+
json_annotation: ^4.6.0
2727
meta: ^1.7.0
2828
oauth2: ^2.0.0
2929
path: ^1.8.0
@@ -40,8 +40,8 @@ dev_dependencies:
4040
build_runner: ^2.0.0
4141
build_verify: ^3.0.0
4242
build_web_compilers: ^3.2.2
43-
built_value_generator: 8.3.3
44-
json_serializable: ^6.1.0
43+
built_value_generator: 8.4.0
44+
json_serializable: ^6.3.0
4545
mockito: ^5.0.0
4646
test: ^1.16.0
4747
worker_bee_builder:

packages/aws_signature_v4/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
convert: ^3.0.0
1616
crypto: ^3.0.0
1717
http: ^0.13.0
18-
json_annotation: ^4.4.0
18+
json_annotation: ^4.6.0
1919
meta: ^1.7.0
2020
path: ^1.8.0
2121

@@ -26,7 +26,7 @@ dev_dependencies:
2626
build_runner: ^2.0.0
2727
build_verify: 3.0.0
2828
build_version: 2.1.1
29-
json_serializable: ^6.1.0
29+
json_serializable: ^6.3.0
3030
stream_channel: ^2.1.0
3131
test: ^1.16.0
3232

packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev_dependencies:
3737
build: ^2.3.0
3838
build_runner: ^2.0.0
3939
build_web_compilers: ^3.2.3
40-
built_value_generator: 8.3.3
40+
built_value_generator: 8.4.0
4141
ffigen: ^6.0.0
4242
test: ^1.16.0
4343
worker_bee_builder:

packages/smithy/smithy/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
http: ^0.13.0
2020
http_parser: ^4.0.0
2121
intl: ^0.17.0
22-
json_annotation: ^4.4.0
22+
json_annotation: ^4.6.0
2323
meta: ^1.7.0
2424
path: ^1.8.0
2525
retry: ^3.1.0
@@ -31,6 +31,6 @@ dev_dependencies:
3131
amplify_lints:
3232
path: ../../amplify_lints
3333
build_runner: ^2.0.0
34-
built_value_generator: 8.3.3
35-
json_serializable: ^6.1.0
34+
built_value_generator: 8.4.0
35+
json_serializable: ^6.3.0
3636
test: ^1.16.0

packages/smithy/smithy_aws/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
crclib: ^3.0.0
1818
http: ^0.13.4
1919
intl: ^0.17.0
20-
json_annotation: ^4.4.0
20+
json_annotation: ^4.6.0
2121
meta: ^1.7.0
2222
path: ^1.8.0
2323
smithy: ^0.1.0
@@ -27,10 +27,10 @@ dev_dependencies:
2727
amplify_lints:
2828
path: ../../amplify_lints
2929
build_runner: ^2.1.7
30-
built_value_generator: 8.3.3
30+
built_value_generator: 8.4.0
3131
file: ^6.1.2
3232
glob: ^2.0.2
33-
json_serializable: ^6.1.0
33+
json_serializable: ^6.3.0
3434
pubspec_parse: ^1.2.0
3535
test: ^1.16.0
3636
yaml: ^3.1.0

packages/smithy/smithy_codegen/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
html2md: ^1.2.5
2424
http: ^0.13.4
2525
jmespath: ^2.0.0
26-
json_annotation: ^4.4.0
26+
json_annotation: ^4.6.0
2727
meta: ^1.7.0
2828
path: ^1.8.0
2929
protobuf: ^2.0.1
@@ -44,8 +44,8 @@ dev_dependencies:
4444
build_runner: ^2.1.7
4545
build_verify: ^3.0.0
4646
build_version: ^2.1.0
47-
built_value_generator: 8.3.3
48-
json_serializable: ^6.1.0
47+
built_value_generator: 8.4.0
48+
json_serializable: ^6.3.0
4949
smithy_test:
5050
path: ../smithy_test
5151
test: ^1.16.0

packages/worker_bee/e2e_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dev_dependencies:
2828
path: ../../amplify_lints
2929
build_runner: ^2.0.0
3030
build_web_compilers: ^3.2.3
31-
built_value_generator: 8.3.3
31+
built_value_generator: 8.4.0
3232
worker_bee_builder:
3333
path: ../worker_bee_builder

0 commit comments

Comments
 (0)