mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
chore(mobile): move mocktail to dev dep (#5666)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
7a9a9473d1
commit
ec0526dbcb
2 changed files with 2 additions and 2 deletions
|
@ -965,7 +965,7 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.4"
|
version: "1.0.4"
|
||||||
mocktail:
|
mocktail:
|
||||||
dependency: "direct main"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: mocktail
|
name: mocktail
|
||||||
sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1
|
sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1
|
||||||
|
|
|
@ -58,7 +58,6 @@ dependencies:
|
||||||
wakelock_plus: ^1.1.1
|
wakelock_plus: ^1.1.1
|
||||||
flutter_local_notifications: ^15.1.0+1
|
flutter_local_notifications: ^15.1.0+1
|
||||||
timezone: ^0.9.2
|
timezone: ^0.9.2
|
||||||
mocktail: ^1.0.1
|
|
||||||
|
|
||||||
openapi:
|
openapi:
|
||||||
path: openapi
|
path: openapi
|
||||||
|
@ -90,6 +89,7 @@ dev_dependencies:
|
||||||
custom_lint: ^0.5.6
|
custom_lint: ^0.5.6
|
||||||
riverpod_lint: ^2.1.0
|
riverpod_lint: ^2.1.0
|
||||||
riverpod_generator: ^2.3.3
|
riverpod_generator: ^2.3.3
|
||||||
|
mocktail: ^1.0.1
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|
Loading…
Reference in a new issue