File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
openapi-generator-annotations Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ homepage: https://github.com/gibahjoe/openapi-generator-dart
7
7
environment :
8
8
sdk : ' >=2.12.0 <3.0.0'
9
9
10
+ dependencies :
11
+ crypto : ' >=3.0.0 <4.0.0'
12
+ meta : ' >=1.3.0 <2.0.0'
13
+
10
14
dev_dependencies :
11
15
test :
12
16
source_gen_test :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies:
10
10
build : ' >=1.0.0 <=3.0.0'
11
11
source_gen : ' >=1.0.0 <=2.0.0'
12
12
path : ' >=1.0.0 <=2.0.0'
13
- openapi_generator_annotations : ^4.11.0
13
+ openapi_generator_annotations : ' >=4.13.0 <6.0.0 '
14
14
analyzer : ' >=2.0.0 <=6.1.0'
15
- openapi_generator_cli : ^4.11.0
15
+ openapi_generator_cli : ' >=4.13.0 <6.0.0 '
16
16
yaml : ^3.1.2
17
17
http : ' >=0.13.1 <=2.0.0'
18
18
build_runner : ' >=1.0.0 <3.0.0'
@@ -24,7 +24,3 @@ dev_dependencies:
24
24
source_gen_test :
25
25
pedantic :
26
26
coverage : ^1.6.3
27
-
28
- dependency_overrides :
29
- openapi_generator_annotations :
30
- path : ../openapi-generator-annotations
You can’t perform that action at this time.
0 commit comments