Skip to content

Commit

Permalink
auto tkfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Aug 10, 2024
1 parent f56b8a5 commit 30e9a97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/app_pick_crop_image_demo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion packages/app_image/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.0
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0

dependencies:
tekartik_common_utils:
Expand Down
2 changes: 1 addition & 1 deletion packages/app_image_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0

dependencies:
web: '>=0.5.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/app_pick_crop_image_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage:
publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0
flutter: ">=3.3.0-0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
deploy_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0

dependencies:
process_run: '>=0.10.0'
Expand Down

0 comments on commit 30e9a97

Please sign in to comment.