Skip to content

Commit f28c457

Browse files
Jordan-Nelsontyllark
authored andcommitted
feat: bump json_annotation dependency to v4.9
1 parent 4de6f9d commit f28c457

File tree

28 files changed

+52
-50
lines changed

28 files changed

+52
-50
lines changed

actions/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
aws_common: ^0.6.1
1111
collection: ^1.18.0
1212
js: ^0.6.7
13-
json_annotation: ">=4.8.1 <4.9.0"
13+
json_annotation: ">=4.9.0 <4.10.0"
1414
path: ">=1.8.0 <2.0.0"
1515
process: ^5.0.0
1616
retry: ^3.1.2
@@ -24,7 +24,7 @@ dev_dependencies:
2424
build_runner: ^2.4.0
2525
build_test: ^2.2.0
2626
checks: ^0.2.2
27-
json_serializable: 6.7.1
27+
json_serializable: 6.8.0
2828
test: ^1.22.1
2929

3030
aft:

packages/aft/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
glob: ^2.1.0
2222
graphs: ^2.1.0
2323
io: ^1.0.4
24-
json_annotation: ">=4.8.1 <4.9.0"
24+
json_annotation: ">=4.9.0 <4.10.0"
2525
markdown: ^5.0.0
2626
mason: ^0.1.0-dev.40
2727
mason_logger: ^0.2.5
@@ -68,7 +68,7 @@ dev_dependencies:
6868
build_runner: ^2.4.0
6969
built_value_generator: 8.8.1
7070
checks: ^0.2.2
71-
json_serializable: 6.7.1
71+
json_serializable: 6.8.0
7272
test: ^1.22.1
7373
test_descriptor: ^2.0.1
7474

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ dev_dependencies:
3434
build_runner: ^2.4.0
3535
flutter_test:
3636
sdk: flutter
37-
json_serializable: 6.7.1
37+
json_serializable: 6.8.0

packages/amplify_core/lib/src/config/amplify_outputs/auth/password_policy.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
graphs: ^2.1.0
1717
intl: ">=0.18.0 <1.0.0"
18-
json_annotation: ">=4.8.1 <4.9.0"
18+
json_annotation: ">=4.9.0 <4.10.0"
1919
logging: ^1.0.0
2020
meta: ^1.7.0
2121
retry: ^3.1.0
@@ -34,6 +34,6 @@ dev_dependencies:
3434
path: packages/code_excerpt_updater
3535
# TODO: Bump when global SDK >=3.1
3636
ref: 923adadacbb95f11d222e6fc6135f6dbb66f84ee
37-
json_serializable: 6.7.1
37+
json_serializable: 6.8.0
3838
path: any
3939
test: ^1.22.1

packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dev_dependencies:
3030
sdk: flutter
3131
integration_test:
3232
sdk: flutter
33-
json_annotation: ">=4.8.1 <4.9.0"
34-
json_serializable: 6.7.1
33+
json_annotation: ">=4.9.0 <4.10.0"
34+
json_serializable: 6.8.0
3535

3636
# For information on the generic Dart part of this file, see the
3737
# following page: https://dart.dev/tools/pub/pubspec

packages/api/amplify_api_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
async: ^2.10.0
1414
aws_common: ">=0.7.1 <0.8.0"
1515
collection: ^1.15.0
16-
json_annotation: ">=4.8.1 <4.9.0"
16+
json_annotation: ">=4.9.0 <4.10.0"
1717
meta: ^1.7.0
1818
plugin_platform_interface: ^2.0.0
1919
stream_transform: ^2.0.1

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
http: ">=0.13.0 <2.0.0"
2727
intl: ">=0.18.0 <1.0.0"
2828
js: ">=0.6.4 <0.8.0"
29-
json_annotation: ">=4.8.1 <4.9.0"
29+
json_annotation: ">=4.9.0 <4.10.0"
3030
meta: ^1.7.0
3131
oauth2: ^2.0.2
3232
path: ">=1.8.0 <2.0.0"
@@ -46,7 +46,7 @@ dev_dependencies:
4646
build_web_compilers: ^4.0.0
4747
built_value_generator: 8.8.1
4848
ffigen: ^9.0.0
49-
json_serializable: 6.7.1
49+
json_serializable: 6.8.0
5050
mockito: ^5.0.0
5151
smithy_codegen:
5252
path: ../../smithy/smithy_codegen

packages/aws_common/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
http2: ^2.0.0
1717
js: ">=0.6.4 <0.8.0"
18-
json_annotation: ">=4.8.1 <4.9.0"
18+
json_annotation: ">=4.9.0 <4.10.0"
1919
logging: ^1.0.0
2020
meta: ^1.7.0
2121
mime: ^1.0.0
@@ -30,6 +30,6 @@ dev_dependencies:
3030
build_test: ^2.1.5
3131
build_web_compilers: ^4.0.0
3232
built_value_generator: 8.8.1
33-
json_serializable: 6.7.1
33+
json_serializable: 6.8.0
3434
stream_channel: ^2.1.0
3535
test: ^1.22.1

packages/aws_signature_v4/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
collection: ^1.15.0
1515
convert: ^3.0.0
1616
crypto: ^3.0.0
17-
json_annotation: ">=4.8.1 <4.9.0"
17+
json_annotation: ">=4.9.0 <4.10.0"
1818
meta: ^1.7.0
1919
path: ">=1.8.0 <2.0.0"
2020

@@ -26,7 +26,7 @@ dev_dependencies:
2626
build_verify: ^3.0.0
2727
build_version: ^2.1.1
2828
build_web_compilers: ^4.0.0
29-
json_serializable: 6.7.1
29+
json_serializable: 6.8.0
3030
stream_channel: ^2.1.0
3131
test: ^1.22.1
3232

0 commit comments

Comments
 (0)