dart - make the dependency on the http, collection and meta package less strict (#18952)

This commit is contained in:
Yannick Wiesner 2024-06-24 06:02:30 +02:00 committed by GitHub
parent d5f42500ab
commit c5daf8193b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -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}}

View File

@ -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'

View File

@ -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'