From 6879c1506f3dacf41304db9d4480df718f78d14d Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Sat, 13 May 2023 19:34:33 +0530 Subject: [PATCH] :pushpin: Update dependencies to use version constraints instead of specific versions. --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4a360a7..a4cf8fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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