diff --git a/openapi-generator-annotations/pubspec.yaml b/openapi-generator-annotations/pubspec.yaml index afc0455..5dfa1cf 100644 --- a/openapi-generator-annotations/pubspec.yaml +++ b/openapi-generator-annotations/pubspec.yaml @@ -7,6 +7,10 @@ homepage: https://github.com/gibahjoe/openapi-generator-dart environment: sdk: '>=2.12.0 <3.0.0' +dependencies: + crypto: '>=3.0.0 <4.0.0' + meta: '>=1.3.0 <2.0.0' + dev_dependencies: test: source_gen_test: diff --git a/openapi-generator/pubspec.yaml b/openapi-generator/pubspec.yaml index dd93c1d..ab75964 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.11.0 + openapi_generator_annotations: '>=4.13.0 <6.0.0' analyzer: '>=2.0.0 <=6.1.0' - openapi_generator_cli: ^4.11.0 + openapi_generator_cli: '>=4.13.0 <6.0.0' yaml: ^3.1.2 http: '>=0.13.1 <=2.0.0' build_runner: '>=1.0.0 <3.0.0' @@ -24,7 +24,3 @@ dev_dependencies: source_gen_test: pedantic: coverage: ^1.6.3 - -dependency_overrides: - openapi_generator_annotations: - path: ../openapi-generator-annotations \ No newline at end of file