mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
[Dart] Make dependency on intl package less strict (#17862)
This commit is contained in:
@@ -17,7 +17,7 @@ environment:
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
intl: '^0.18.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
dev_dependencies:
|
||||
test: '>=1.16.0 <1.18.0'
|
||||
|
||||
@@ -11,7 +11,7 @@ environment:
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
intl: '^0.18.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
dev_dependencies:
|
||||
test: '>=1.16.0 <1.18.0'
|
||||
|
||||
@@ -11,7 +11,7 @@ environment:
|
||||
dependencies:
|
||||
collection: '^1.17.0'
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
intl: '^0.18.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
dev_dependencies:
|
||||
test: '>=1.16.0 <1.18.0'
|
||||
|
||||
Reference in New Issue
Block a user