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 6a464e5 commit f234220
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion common/fc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.1
publish_to: none

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion common/fc_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.5
publish_to: none

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

dependencies:
tekartik_http_io:
Expand Down
2 changes: 1 addition & 1 deletion common/fc_universal/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion common/oss/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion common/oss_fs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
tekartik_aliyun_oss:
Expand Down
2 changes: 1 addition & 1 deletion common/oss_universal/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion common/tablestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion common/tablestore_sembast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

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

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

dependencies:
tekartik_aliyun_tablestore:
Expand Down
2 changes: 1 addition & 1 deletion io/cli/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:
tekartik_common_utils:
Expand Down
2 changes: 1 addition & 1 deletion node/example/fc_node_basic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
tekartik_aliyun_fc_universal:
Expand Down
2 changes: 1 addition & 1 deletion node/example/fc_node_raw/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
node_interop:
Expand Down
2 changes: 1 addition & 1 deletion node/example/ts_node_min/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion node/fc_node/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion node/oss_node/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion node/tablestore_node/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
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 @@ version: 0.2.0
publish_to: none

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

dev_dependencies:
lints: '>=1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion test/tablestore_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.1.0
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down
2 changes: 1 addition & 1 deletion test/tablestore_universal_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.1.0
# homepage: https://www.example.com

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

dependencies:
path: '>=1.8.0'
Expand Down

0 comments on commit f234220

Please sign in to comment.