Update dependencies

This commit is contained in:
Ming Ming 2023-05-26 19:39:20 +08:00
parent 1f10b927ae
commit 3d49055fc1
7 changed files with 439 additions and 242 deletions

File diff suppressed because it is too large Load diff

View file

@ -145,9 +145,9 @@ dev_dependencies:
url: https://gitlab.com/nkming2/dart-copy-with url: https://gitlab.com/nkming2/dart-copy-with
path: copy_with_build path: copy_with_build
ref: copy_with_build-1.6.0 ref: copy_with_build-1.6.0
dart_code_metrics: 4.19.1 dart_code_metrics: any
drift_dev: ^1.7.0 drift_dev: ^1.7.0
flutter_lints: ^2.0.1 flutter_lints: any
flutter_test: flutter_test:
sdk: flutter sdk: flutter
# integration_test: # integration_test:

View file

@ -7,4 +7,4 @@ environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.17.0 <3.0.0'
dev_dependencies: dev_dependencies:
lints: ^2.0.0 lints: any

View file

@ -16,8 +16,8 @@ dependencies:
dev_dependencies: dev_dependencies:
build_test: ^2.1.5 build_test: ^2.1.5
lints: ^2.0.0 lints: any
test: ^1.16.0 test: any
code_gen_tester: code_gen_tester:
git: git:
url: https://github.com/rrousselGit/functional_widget url: https://github.com/rrousselGit/functional_widget

View file

@ -13,7 +13,7 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
http: ^0.13.5 http: ^0.13.5
logging: ^1.1.1 logging: any
np_codegen: np_codegen:
path: ../codegen path: ../codegen
np_common: np_common:
@ -27,7 +27,7 @@ dependencies:
dev_dependencies: dev_dependencies:
build_runner: ^2.2.1 build_runner: ^2.2.1
flutter_lints: ^2.0.0 flutter_lints: any
np_codegen_build: np_codegen_build:
path: ../codegen_build path: ../codegen_build
test: any test: any

View file

@ -11,10 +11,10 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
logging: ^1.1.1 logging: any
dev_dependencies: dev_dependencies:
flutter_lints: ^2.0.0 flutter_lints: any
test: any test: any
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the

View file

@ -10,11 +10,10 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
logging: any
logging: ^1.1.1
dev_dependencies: dev_dependencies:
flutter_lints: ^1.0.0 flutter_lints: any
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec