Skip to content

Commit

Permalink
fix(dependencies): added required dependencies to pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Sep 2, 2023
1 parent bb7eba4 commit 7738439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions openapi-generator-annotations/pubspec.yaml
Expand Up @@ -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:
Expand Down
8 changes: 2 additions & 6 deletions openapi-generator/pubspec.yaml
Expand Up @@ -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'
Expand All @@ -24,7 +24,3 @@ dev_dependencies:
source_gen_test:
pedantic:
coverage: ^1.6.3

dependency_overrides:
openapi_generator_annotations:
path: ../openapi-generator-annotations

0 comments on commit 7738439

Please sign in to comment.