From bc81091cb6b55b692ad53040dd096a846d18d3d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:33:21 +0100 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v10 (#5340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5bcda7759..9d99c0896 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", - "version" : "9.0.0" + "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", + "version" : "10.1.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index addafb73b..45d0a5210 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", - "version" : "9.0.0" + "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", + "version" : "10.1.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index a7823ea28..230f70757 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", - "version" : "9.0.0" + "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", + "version" : "10.1.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 13b6fbfb0..c8afd857c 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: "9.0.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "10.1.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.1"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),