mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Update dependencies
This commit is contained in:
parent
1f10b927ae
commit
3d49055fc1
7 changed files with 439 additions and 242 deletions
658
app/pubspec.lock
658
app/pubspec.lock
File diff suppressed because it is too large
Load diff
|
@ -145,9 +145,9 @@ dev_dependencies:
|
|||
url: https://gitlab.com/nkming2/dart-copy-with
|
||||
path: copy_with_build
|
||||
ref: copy_with_build-1.6.0
|
||||
dart_code_metrics: 4.19.1
|
||||
dart_code_metrics: any
|
||||
drift_dev: ^1.7.0
|
||||
flutter_lints: ^2.0.1
|
||||
flutter_lints: any
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
# integration_test:
|
||||
|
|
|
@ -7,4 +7,4 @@ environment:
|
|||
sdk: '>=2.17.0 <3.0.0'
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^2.0.0
|
||||
lints: any
|
||||
|
|
|
@ -16,8 +16,8 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
build_test: ^2.1.5
|
||||
lints: ^2.0.0
|
||||
test: ^1.16.0
|
||||
lints: any
|
||||
test: any
|
||||
code_gen_tester:
|
||||
git:
|
||||
url: https://github.com/rrousselGit/functional_widget
|
||||
|
|
|
@ -13,7 +13,7 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
http: ^0.13.5
|
||||
logging: ^1.1.1
|
||||
logging: any
|
||||
np_codegen:
|
||||
path: ../codegen
|
||||
np_common:
|
||||
|
@ -27,7 +27,7 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.2.1
|
||||
flutter_lints: ^2.0.0
|
||||
flutter_lints: any
|
||||
np_codegen_build:
|
||||
path: ../codegen_build
|
||||
test: any
|
||||
|
|
|
@ -11,10 +11,10 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
logging: ^1.1.1
|
||||
logging: any
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
flutter_lints: any
|
||||
test: any
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
|
|
|
@ -10,11 +10,10 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
logging: ^1.1.1
|
||||
logging: any
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^1.0.0
|
||||
flutter_lints: any
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
Loading…
Reference in a new issue