Skip to content

Commit 7738439

Browse files
committed
fix(dependencies): added required dependencies to pubspec
1 parent bb7eba4 commit 7738439

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

openapi-generator-annotations/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ homepage: https://github.com/gibahjoe/openapi-generator-dart
77
environment:
88
sdk: '>=2.12.0 <3.0.0'
99

10+
dependencies:
11+
crypto: '>=3.0.0 <4.0.0'
12+
meta: '>=1.3.0 <2.0.0'
13+
1014
dev_dependencies:
1115
test:
1216
source_gen_test:

openapi-generator/pubspec.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies:
1010
build: '>=1.0.0 <=3.0.0'
1111
source_gen: '>=1.0.0 <=2.0.0'
1212
path: '>=1.0.0 <=2.0.0'
13-
openapi_generator_annotations: ^4.11.0
13+
openapi_generator_annotations: '>=4.13.0 <6.0.0'
1414
analyzer: '>=2.0.0 <=6.1.0'
15-
openapi_generator_cli: ^4.11.0
15+
openapi_generator_cli: '>=4.13.0 <6.0.0'
1616
yaml: ^3.1.2
1717
http: '>=0.13.1 <=2.0.0'
1818
build_runner: '>=1.0.0 <3.0.0'
@@ -24,7 +24,3 @@ dev_dependencies:
2424
source_gen_test:
2525
pedantic:
2626
coverage: ^1.6.3
27-
28-
dependency_overrides:
29-
openapi_generator_annotations:
30-
path: ../openapi-generator-annotations

0 commit comments

Comments
 (0)