From ec0526dbcba555ab23ecd700094e66ba2f3f082c Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Wed, 13 Dec 2023 02:49:14 +0000 Subject: [PATCH] chore(mobile): move mocktail to dev dep (#5666) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/pubspec.lock | 2 +- mobile/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index 26a135d8d6..dbbba41195 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -965,7 +965,7 @@ packages: source: hosted version: "1.0.4" mocktail: - dependency: "direct main" + dependency: "direct dev" description: name: mocktail sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1 diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 6f7f9218f6..564ae88957 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -58,7 +58,6 @@ dependencies: wakelock_plus: ^1.1.1 flutter_local_notifications: ^15.1.0+1 timezone: ^0.9.2 - mocktail: ^1.0.1 openapi: path: openapi @@ -90,6 +89,7 @@ dev_dependencies: custom_lint: ^0.5.6 riverpod_lint: ^2.1.0 riverpod_generator: ^2.3.3 + mocktail: ^1.0.1 flutter: uses-material-design: true