Skip to content

Commit fc291be

Browse files
chore(deps): bump json_annotation from 4.10.0 to 4.11.0
Bumps [json_annotation](https://github.com/google/json_serializable.dart) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](google/json_serializable.dart@json_annotation-v4.10.0...json_annotation-v4.11.0) --- updated-dependencies: - dependency-name: json_annotation dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5224fc1 commit fc291be

2 files changed

Lines changed: 5 additions & 29 deletions

File tree

pubspec.lock

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -544,26 +544,18 @@ packages:
544544
dependency: "direct main"
545545
description:
546546
name: json_annotation
547-
sha256: "805fa86df56383000f640384b282ce0cb8431f1a7a2396de92fb66186d8c57df"
547+
sha256: cb09e7dac6210041fad964ed7fbee004f14258b4eca4040f72d1234062ace4c8
548548
url: "https://pub.dev"
549549
source: hosted
550-
version: "4.10.0"
551-
json_schema:
552-
dependency: transitive
553-
description:
554-
name: json_schema
555-
sha256: f37d9c3fdfe8c9aae55fdfd5af815d24ce63c3a0f6a2c1f0982c30f43643fa1a
556-
url: "https://pub.dev"
557-
source: hosted
558-
version: "5.2.2"
550+
version: "4.11.0"
559551
json_serializable:
560552
dependency: "direct dev"
561553
description:
562554
name: json_serializable
563-
sha256: "93fba3ad139dab2b1ce59ecc6fdce6da46a42cdb6c4399ecda30f1e7e725760d"
555+
sha256: "44729f5c45748e6748f6b9a57ab8f7e4336edc8ae41fc295070e3814e616a6c0"
564556
url: "https://pub.dev"
565557
source: hosted
566-
version: "6.12.0"
558+
version: "6.13.0"
567559
kitty_protocol:
568560
dependency: transitive
569561
description:
@@ -884,14 +876,6 @@ packages:
884876
url: "https://pub.dev"
885877
source: hosted
886878
version: "3.2.2"
887-
rfc_6901:
888-
dependency: transitive
889-
description:
890-
name: rfc_6901
891-
sha256: "6a43b1858dca2febaf93e15639aa6b0c49ccdfd7647775f15a499f872b018154"
892-
url: "https://pub.dev"
893-
source: hosted
894-
version: "0.2.1"
895879
riverpod:
896880
dependency: transitive
897881
description:
@@ -1217,14 +1201,6 @@ packages:
12171201
url: "https://pub.dev"
12181202
source: hosted
12191203
version: "1.1.0"
1220-
uri:
1221-
dependency: transitive
1222-
description:
1223-
name: uri
1224-
sha256: "889eea21e953187c6099802b7b4cf5219ba8f3518f604a1033064d45b1b8268a"
1225-
url: "https://pub.dev"
1226-
source: hosted
1227-
version: "1.0.0"
12281204
url_launcher:
12291205
dependency: "direct main"
12301206
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies:
7878
url_launcher: ^6.2.4
7979

8080
# JSON 序列化
81-
json_annotation: ^4.8.1
81+
json_annotation: ^4.11.0
8282

8383
# 路径处理
8484
path_provider: ^2.1.1

0 commit comments

Comments
 (0)