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

View File

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

View File

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