Skip to content

Commit 9718958

Browse files
committed
Upgrade dependencies & use constraints for common dependencies.
1 parent a977333 commit 9718958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
equatable: ^2.0.5
14+
equatable: ">=2.0.5 <3.0.0"
1515
json_annotation: ^4.8.1
16-
vector_math: ^2.1.4
17-
collection: ^1.17.1
16+
vector_math: ">=2.1.4 <3.0.0"
17+
collection: ">=1.17.0 <2.0.0"
1818

1919
dev_dependencies:
2020
build_runner: ^2.4.4
2121
flutter_lints: ^2.0.1
22-
json_serializable: ^6.6.2
22+
json_serializable: ^6.7.0
2323
lints: ^2.1.0
2424

2525
scripts: scripts.yaml

0 commit comments

Comments
 (0)