Skip to content

Commit

Permalink
deps: remove upper deps when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 15, 2023
1 parent d70c3fc commit 1f66364
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -11,8 +11,8 @@ dependencies:
sqflite_common:

dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
lints: '>=2.0.0'
test: '>=1.21.0'
process_run:

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0
sdk: ^3.2.0

# Add regular dependencies here.
dependencies:
Expand Down
8 changes: 4 additions & 4 deletions packages_web/sqflite_common_ffi_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies:
meta: '>=1.8.0 <3.0.0'
dev_dependencies:
test:
build_runner: '>=2.1.4 <4.0.0'
build_web_compilers: '>=3.2.1 <5.0.0'
build_daemon: '>=3.0.0 <5.0.0'
lints: '>=2.0.0 <4.0.0'
build_runner: '>=2.1.4'
build_web_compilers: '>=3.2.1'
build_daemon: '>=3.0.0'
lints: '>=2.0.0'

# dependency_overrides:
# sqflite_common_ffi:
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 @@ -7,7 +7,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
path: ^1.7.0
path: '>=1.7.0'
sqflite_common_ffi_web:
sqflite_common_ffi:
sqflite_common:
Expand Down

0 comments on commit 1f66364

Please sign in to comment.