mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
dart - make the dependency on the http, collection and meta package less strict (#18952)
This commit is contained in:
parent
d5f42500ab
commit
c5daf8193b
@ -15,10 +15,10 @@ publish_to: {{.}}
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <4.0.0'
|
sdk: '>=2.12.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: '^1.17.0'
|
collection: '>=1.17.0 <2.0.0'
|
||||||
http: '>=0.13.0 <0.14.0'
|
http: '>=0.13.0 <2.0.0'
|
||||||
intl: any
|
intl: any
|
||||||
meta: '^1.1.8'
|
meta: '>=1.1.8 <2.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: '>=1.21.6 <1.22.0'
|
test: '>=1.21.6 <1.22.0'
|
||||||
{{#json_serializable}}
|
{{#json_serializable}}
|
||||||
|
@ -9,9 +9,9 @@ homepage: 'homepage'
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <4.0.0'
|
sdk: '>=2.12.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: '^1.17.0'
|
collection: '>=1.17.0 <2.0.0'
|
||||||
http: '>=0.13.0 <0.14.0'
|
http: '>=0.13.0 <2.0.0'
|
||||||
intl: any
|
intl: any
|
||||||
meta: '^1.1.8'
|
meta: '>=1.1.8 <2.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: '>=1.21.6 <1.22.0'
|
test: '>=1.21.6 <1.22.0'
|
||||||
|
@ -9,9 +9,9 @@ homepage: 'homepage'
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <4.0.0'
|
sdk: '>=2.12.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: '^1.17.0'
|
collection: '>=1.17.0 <2.0.0'
|
||||||
http: '>=0.13.0 <0.14.0'
|
http: '>=0.13.0 <2.0.0'
|
||||||
intl: any
|
intl: any
|
||||||
meta: '^1.1.8'
|
meta: '>=1.1.8 <2.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: '>=1.21.6 <1.22.0'
|
test: '>=1.21.6 <1.22.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user