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 bcb43c2 commit df4ea4b
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/console_test_app/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.3.0 <4.0.0'
sdk: ^3.5.0

dependencies:
sqflite_common_ffi:
Expand All @@ -22,4 +22,4 @@ dependency_overrides:
path: ../../sqflite_common_ffi

executables:
sqflite_ffi_simple_bin:
sqflite_ffi_simple_bin:
2 changes: 1 addition & 1 deletion packages/sqflite_common_ffi_async/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platforms:
ios:

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

dependencies:
path: '>=1.8.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions packages/sqflite_common_ffi_async_test/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.3.0 <4.0.0'
sdk: ^3.5.0

# Add regular dependencies here.
dependencies:
Expand All @@ -29,4 +29,4 @@ dependency_overrides:
sqflite_common:
path: ../../sqflite_common
sqflite_common_ffi:
path: ../../sqflite_common_ffi
path: ../../sqflite_common_ffi
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ topics:
- database

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

dependencies:
path: '>=1.7.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages_web/sqflite_common_ffi_web_test/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:
path: '>=1.7.0'
Expand Down
2 changes: 1 addition & 1 deletion sqflite/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
version: '0.4.0'

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

dependencies:
path: any
Expand Down
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ funding:
- https://github.com/sponsors/alextekartik

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ^3.5.0
# Flutter versions prior to 3.7 did not support the
# sharedDarwinSource option.
flutter: ">=3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion sqflite_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ funding:
- https://github.com/sponsors/alextekartik

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

dependencies:
synchronized: '>=3.0.0 <5.0.0'
Expand Down
2 changes: 1 addition & 1 deletion sqflite_common_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ topics:
- database

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

dependencies:
sqlite3: '>=2.3.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion sqflite_common_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.5.0
publish_to: none

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

dependencies:
sqflite_common_ffi: '>=2.2.0-dev.5 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion sqflite_support/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/tekartik/sqflite
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 sqflite_test_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: none
version: 1.1.1

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

dependencies:
# analyzer: '>=5.2.0'
Expand Down

0 comments on commit df4ea4b

Please sign in to comment.