Skip to content

deps: Reduce flutter_checks and legacy_checks to dev dependencies #994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ packages:
source: sdk
version: "0.0.0"
flutter_checks:
dependency: "direct main"
dependency: "direct dev"
description:
name: flutter_checks
sha256: b0a40b15d38436b7c08b83353e74b0569c1ec687bd81c9556091fbb8807c1b99
Expand Down Expand Up @@ -692,7 +692,7 @@ packages:
source: hosted
version: "3.0.1"
legacy_checks:
dependency: "direct main"
dependency: "direct dev"
description:
name: legacy_checks
sha256: b22e5b1ff55a14e8bd91acafbabff909e14829b73ca492dcdaf0fbbb70476079
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ dependencies:
wakelock_plus: ^1.2.8
zulip_plugin:
path: ./packages/zulip_plugin
flutter_checks: ^0.1.1
legacy_checks: ^0.1.0
# Keep list sorted when adding dependencies; it helps prevent merge conflicts.

dependency_overrides:
Expand Down Expand Up @@ -99,8 +97,10 @@ dev_dependencies:
clock: ^1.1.1
drift_dev: ^2.5.2
fake_async: ^1.3.1
flutter_checks: ^0.1.1
flutter_lints: ^4.0.0
json_serializable: ^6.5.4
legacy_checks: ^0.1.0
pigeon: ^20.0.1
plugin_platform_interface: ^2.1.8
stack_trace: ^1.11.1
Expand Down