Skip to content

Commit 5d6407a

Browse files
committed
fix(generator): fixed bad deps
1 parent 7f99a76 commit 5d6407a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi-generator/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
source_gen: '>=1.0.0 <=2.0.0'
1212
path: '>=1.0.0 <=2.0.0'
1313
openapi_generator_annotations: '>=4.13.0 <6.0.0'
14-
analyzer: '>=2.0.0 <=6.1.0'
14+
analyzer: '>=2.0.0 <=6.9.9'
1515
openapi_generator_cli: '>=4.13.0 <6.0.0'
1616
yaml: ^3.1.2
1717
http: '>=0.13.1 <=2.0.0'
@@ -25,6 +25,6 @@ dev_dependencies:
2525
pedantic:
2626
coverage: ^1.6.3
2727

28-
dependency_overrides:
29-
openapi_generator_annotations:
30-
path: ../openapi-generator-annotations
28+
# dependency_overrides:
29+
# openapi_generator_annotations:
30+
# path: ../openapi-generator-annotations

0 commit comments

Comments
 (0)