From 46a44f619d6ec58d88ab9b2fb7ecfecc75c4f51c Mon Sep 17 00:00:00 2001 From: Lakr <25259084+Lakr233@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:01:30 +0800 Subject: [PATCH] chore: pin MarkdownView while refactor (#13068) ## Summary by CodeRabbit * **Chores** * Updated dependency management to require an exact version of a library, ensuring consistent behavior across builds. --- .../frontend/apps/ios/App/Packages/Intelligents/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift b/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift index ce4ff9d1c..96c4d5b1b 100644 --- a/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift +++ b/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.0.0"), .package(url: "https://github.com/Recouse/EventSource", from: "0.1.4"), .package(url: "https://github.com/Lakr233/ListViewKit", from: "1.1.6"), - .package(url: "https://github.com/Lakr233/MarkdownView", from: "2.3.8"), + .package(url: "https://github.com/Lakr233/MarkdownView", exact: "2.3.8"), ], targets: [ .target(name: "Intelligents", dependencies: [