From fc4ade1997d7ebebfb790b609d70e9e8dbdf553b Mon Sep 17 00:00:00 2001 From: Hua Jian Date: Tue, 8 Oct 2024 11:51:17 +0800 Subject: [PATCH] chore: Update dependencies - Update to intl to 0.19.0 --- example/pubspec.yaml | 9 +++------ pubspec.yaml | 5 ++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0a3a28c..ff95559 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -2,10 +2,10 @@ name: cr_calendar_example description: Demonstrates how to use the cr_calendar plugin. version: 1.0.0+1 -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: "none" # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ">=3.0.0 <4.0.0" flutter: ">=3.0.0" dependencies: @@ -17,7 +17,7 @@ dependencies: cr_calendar: path: ../ - intl: ^0.18.1 + intl: ^0.19.0 dev_dependencies: flutter_test: @@ -25,6 +25,3 @@ dev_dependencies: flutter: uses-material-design: true - - - diff --git a/pubspec.yaml b/pubspec.yaml index 3208ca7..01848d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,14 +12,14 @@ topics: - picker environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0" dependencies: flutter: sdk: flutter - intl: ^0.18.1 + intl: ^0.19.0 jiffy: ^6.2.1 scrollable_positioned_list: ^0.3.8 @@ -28,4 +28,3 @@ dev_dependencies: sdk: flutter flutter_lints: ^2.0.1 -