Skip to content

Commit

Permalink
[Dart] Make dependency on intl package less strict (#17862)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiesnery authored Feb 15, 2024
1 parent 487b856 commit 41bb5cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 41bb5cd

Please sign in to comment.