From 271c2ebaec64f822e90cfce06f26159a8ecc3ec1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:15:19 +0000 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v6.3.0 --- compound-ios/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 82dace266..0bc059586 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.0.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.3.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),