mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
fix: use broader constraint for intl
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
d294a50ea4
commit
bada83577a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ dependencies:
|
|||
barcode: ^2.2.4
|
||||
crypto: ^3.0.3
|
||||
http: ^1.0.0
|
||||
intl: ^0.19.0
|
||||
intl: ">=0.17.0 <1.0.0"
|
||||
|
||||
dev_dependencies:
|
||||
import_sorter: ^4.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue