Skip to content

Commit

Permalink
feat(sdk): update dependency dart to >=3.2.2 <4.0.0 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 345a48d commit a5eae14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.1"
version: "3.3.0"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -253,5 +253,5 @@ packages:
source: hosted
version: "5.1.0"
sdks:
dart: ">=3.2.1 <4.0.0"
flutter: ">=3.16.1"
dart: ">=3.2.2 <4.0.0"
flutter: ">=3.16.2"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.2.1 <4.0.0"
sdk: ">=3.2.2 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 3.3.0
homepage: https://github.com/zeshuaro/google_api_headers

environment:
sdk: ">=3.2.1 <4.0.0"
sdk: ">=3.2.2 <4.0.0"
flutter: ">=3.16.2"

dependencies:
Expand Down

0 comments on commit a5eae14

Please sign in to comment.