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 ab4a3c8 commit 56f2791
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion firebase_functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#author: alex <[email protected]>

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dependencies:
tekartik_http:
Expand Down
2 changes: 1 addition & 1 deletion firebase_functions_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#author: alex <[email protected]>

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dependencies:
path:
Expand Down
2 changes: 1 addition & 1 deletion firebase_functions_io/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#author: alex <[email protected]>

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dependencies:
uuid: '>=1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion firebase_functions_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#author: alex <[email protected]>

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dependencies:
meta:
Expand Down
4 changes: 2 additions & 2 deletions functions_call/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.4.4
sdk: ^3.5.0

# Add regular dependencies here.
dependencies:
Expand All @@ -25,4 +25,4 @@ dev_dependencies:

dependency_overrides:
tekartik_firebase_functions:
path: ../firebase_functions
path: ../firebase_functions
4 changes: 2 additions & 2 deletions functions_call_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.4.4
sdk: ^3.5.0

# Add regular dependencies here.
dependencies:
Expand Down Expand Up @@ -68,4 +68,4 @@ dependency_overrides:
tekartik_firebase_functions_http:
path: ../firebase_functions_http
tekartik_firebase_functions_test:
path: ../firebase_functions_test
path: ../firebase_functions_test
2 changes: 1 addition & 1 deletion repo_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.1.0
publish_to: none

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.5.0

dev_dependencies:
dev_build: '>=0.16.5-4'
Expand Down

0 comments on commit 56f2791

Please sign in to comment.