From 6959716a8ec0cc5813f07b1d3d91f60ee4016616 Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 25 Nov 2024 12:16:00 +0000 Subject: [PATCH] Update compound-design-tokens Includes the new `audio` icon. --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 8 ++++---- Package.swift | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index d3ef534..b4f7477 100644 --- a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "3adf924aec63f1addfe9124a95fa4c9e9b5bff7d", - "version" : "2.1.0" + "revision" : "31b236f02c811704b68e8aae429865fe8eb8d8ba", + "version" : "2.1.1" } }, { diff --git a/Package.resolved b/Package.resolved index 565d019..d9fc7d2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "d81c1aa03fed8662cf85702310542bdc9e5b3d93", - "version" : "2.0.2" + "revision" : "31b236f02c811704b68e8aae429865fe8eb8d8ba", + "version" : "2.1.1" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "42a086182681cf661f5c47c9b7dc3931de18c6d7", - "version" : "1.17.6" + "revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d", + "version" : "1.17.5" } }, { diff --git a/Package.swift b/Package.swift index 822ce15..299daa1 100644 --- a/Package.swift +++ b/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: "2.1.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.1"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.3.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.9.0"),