forked from loafle/openapi-generator-original
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:
|
||||
sdk: '>=2.12.0 <4.0.0'
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
collection: '>=1.17.0 <2.0.0'
|
||||
http: '>=0.13.0 <2.0.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
meta: '>=1.1.8 <2.0.0'
|
||||
dev_dependencies:
|
||||
test: '>=1.21.6 <1.22.0'
|
||||
{{#json_serializable}}
|
||||
|
@ -9,9 +9,9 @@ homepage: 'homepage'
|
||||
environment:
|
||||
sdk: '>=2.12.0 <4.0.0'
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
collection: '>=1.17.0 <2.0.0'
|
||||
http: '>=0.13.0 <2.0.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
meta: '>=1.1.8 <2.0.0'
|
||||
dev_dependencies:
|
||||
test: '>=1.21.6 <1.22.0'
|
||||
|
@ -9,9 +9,9 @@ homepage: 'homepage'
|
||||
environment:
|
||||
sdk: '>=2.12.0 <4.0.0'
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
collection: '>=1.17.0 <2.0.0'
|
||||
http: '>=0.13.0 <2.0.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
meta: '>=1.1.8 <2.0.0'
|
||||
dev_dependencies:
|
||||
test: '>=1.21.6 <1.22.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user