From 09f603964092d975f4c60722b95867727e66648b Mon Sep 17 00:00:00 2001 From: Gibah Joseph Date: Tue, 16 Jan 2024 02:46:41 +0100 Subject: [PATCH] fix(generator): updated deps --- openapi-generator/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index e914c3e..f3db78a 100755 --- a/openapi-generator/pubspec.yaml +++ b/openapi-generator/pubspec.yaml @@ -10,9 +10,9 @@ dependencies: build: '>=1.0.0 <=3.0.0' source_gen: '>=1.0.0 <=2.0.0' path: '>=1.0.0 <=2.0.0' - openapi_generator_annotations: '>=4.13.0 <6.0.0' + openapi_generator_annotations: '>=4.13.0 <7.0.0' analyzer: '>=2.0.0 <7.0.0' - openapi_generator_cli: '>=4.13.0 <6.0.0' + openapi_generator_cli: '>=4.13.0 <7.0.0' yaml: ^3.1.2 http: '>=0.13.1 <=2.0.0' build_runner: '>=1.0.0 <3.0.0'