From 327942dad012c49dc70f6c34276b954d5ecf9592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangJoo=20Park=28=EB=B0=95=EC=B0=BD=EC=A3=BC=29?= Date: Thu, 15 May 2025 15:03:55 +0900 Subject: [PATCH] update pubspec.yaml version --- src/content/docs/part6/json-serialization.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/part6/json-serialization.mdx b/src/content/docs/part6/json-serialization.mdx index 435720e..20e73a5 100644 --- a/src/content/docs/part6/json-serialization.mdx +++ b/src/content/docs/part6/json-serialization.mdx @@ -73,11 +73,11 @@ class User { ```yaml dependencies: - json_annotation: ^4.8.1 + json_annotation: ^4.9.0 dev_dependencies: - build_runner: ^2.4.6 - json_serializable: ^6.7.1 + build_runner: + json_serializable: ^6.9.5 ``` ### 2. 모델 클래스 정의 @@ -372,12 +372,12 @@ class Profile { ```yaml dependencies: freezed_annotation: ^2.4.1 - json_annotation: ^4.8.1 + json_annotation: ^4.9.0 dev_dependencies: - build_runner: ^2.4.6 + build_runner: freezed: ^2.4.5 - json_serializable: ^6.7.1 + json_serializable: ^6.9.5 ``` ### 2. freezed 기본 모델 정의