diff --git a/pubspec.lock b/pubspec.lock index 0cd56d59..cd39b9ae 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -491,12 +491,10 @@ packages: intl: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: bdad67e32fedd828ca61004b7007fd7a07087635 - url: "https://github.com/GitJournal/intl.git" - source: git - version: "0.17.0-dev" + name: intl + url: "https://pub.dartlang.org" + source: hosted + version: "0.16.1" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 06038ff9..724d12d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: - git: https://github.com/GitJournal/intl.git + intl: ^0.16.1 path: ^1.6.2 uuid: ^2.0.1 yaml: ^2.2.0 @@ -70,8 +69,6 @@ dev_dependencies: benchmark_harness: any dependency_overrides: - intl: - git: https://github.com/GitJournal/intl.git markdown: git: https://github.com/GitJournal/markdown.git