From 4af0ee1086bd1767f5b4d951e59ae90538fbce2b Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 24 Nov 2025 12:53:36 +0700 Subject: [PATCH] TF-4171 Add `Labels` module to dependency of root --- pubspec.lock | 7 +++++++ pubspec.yaml | 3 +++ 2 files changed, 10 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 639c6efa9..2509998be 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1399,6 +1399,13 @@ packages: url: "https://pub.dev" source: hosted version: "6.6.1" + labels: + dependency: "direct main" + description: + path: labels + relative: true + source: path + version: "1.0.0+1" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1b1ebc270..adc6fcc43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -57,6 +57,9 @@ dependencies: scribe: path: scribe + labels: + path: labels + ### Dependencies from git ### rich_text_composer: git: