From c7be873d72c8ce3e1ac1c41e2ead9f1fa4df056b Mon Sep 17 00:00:00 2001 From: cruvie Date: Fri, 28 Mar 2025 21:06:51 +0800 Subject: [PATCH 1/2] update dependencies to fix #922 --- protoc_plugin/pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml index fb94be1d..d87bc4c4 100644 --- a/protoc_plugin/pubspec.yaml +++ b/protoc_plugin/pubspec.yaml @@ -7,15 +7,15 @@ environment: sdk: '>=3.3.0 <4.0.0' dependencies: - fixnum: ^1.0.0 - path: ^1.8.0 - protobuf: ^3.1.0 + fixnum: ^1.1.1 + path: ^1.9.1 + protobuf: ^4.0.0 dev_dependencies: - collection: ^1.15.0 - dart_flutter_team_lints: ^1.0.0 - matcher: ^0.12.10 - test: ^1.16.0 + collection: ^1.19.1 + dart_flutter_team_lints: ^3.5.1 + matcher: ^0.12.17 + test: ^1.25.15 executables: protoc-gen-dart: protoc_plugin From ba6bbda09856989e01004fda1fe44169c05e5061 Mon Sep 17 00:00:00 2001 From: cruvie Date: Fri, 28 Mar 2025 21:25:22 +0800 Subject: [PATCH 2/2] update dependencies to fix #922 --- protoc_plugin/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml index d87bc4c4..339f0af4 100644 --- a/protoc_plugin/pubspec.yaml +++ b/protoc_plugin/pubspec.yaml @@ -7,15 +7,15 @@ environment: sdk: '>=3.3.0 <4.0.0' dependencies: - fixnum: ^1.1.1 - path: ^1.9.1 + fixnum: ^1.0.0 + path: ^1.8.0 protobuf: ^4.0.0 dev_dependencies: - collection: ^1.19.1 - dart_flutter_team_lints: ^3.5.1 - matcher: ^0.12.17 - test: ^1.25.15 + collection: ^1.15.0 + dart_flutter_team_lints: ^1.0.0 + matcher: ^0.12.10 + test: ^1.16.0 executables: protoc-gen-dart: protoc_plugin