Skip to content

Commit

Permalink
fix(geography): lowers deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VannaDii committed Dec 10, 2023
1 parent 42c2697 commit 437861e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions geography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- Adjusts dependencies for better compatibility

## 2.0.0

- Major changes for new data package.
Expand Down
18 changes: 9 additions & 9 deletions geography/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ environment:
sdk: '>=3.1.2 <4.0.0'

dependencies:
http: ^1.1.2
meta: ^1.11.0
path: ^1.9.0
archive: ^3.4.9
latlong2: ^0.9.0
diacritic: ^0.1.4
equatable: ^2.0.5
collection: ^1.18.0
json_annotation: ^4.8.1
http: ">=0.13.1 <2.0.0"
meta: ^1.0.0
path: ^1.0.0
archive: ^3.0.0
latlong2: ^0.7.0
diacritic: ^0.1.0
equatable: ^2.0.0
collection: ^1.0.0
json_annotation: ^4.0.0

dev_dependencies:
uuid: ^4.2.1
Expand Down

0 comments on commit 437861e

Please sign in to comment.