Skip to content

Commit

Permalink
📌 Update dependencies to use version constraints instead of specific …
Browse files Browse the repository at this point in the history
…versions.
  • Loading branch information
BirjuVachhani committed May 13, 2023
1 parent 65c5319 commit 6879c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
characters: ^1.3.0
meta: ^1.9.1
intl: ^0.18.1
collection: ^1.17.1
characters: '>=1.3.0 <2.0.0'
meta: '>=1.9.0 <2.0.0'
intl: '>=0.18.0 <1.0.0'
collection: '>=1.17.1 <2.0.0'

dev_dependencies:
lints: ^2.1.0
Expand Down

0 comments on commit 6879c15

Please sign in to comment.