diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 346c3fb..eb80028 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" : "f79e05011ec3402c29ded19bcff95b5ead180991", - "version" : "2.1.2" + "revision" : "a6e96fb4436a4945423a8c068001093af4b7b315", + "version" : "3.0.1" } }, { diff --git a/Package.resolved b/Package.resolved index 7837a18..8c47f9f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "f79e05011ec3402c29ded19bcff95b5ead180991", - "version" : "2.1.2" + "revision" : "a6e96fb4436a4945423a8c068001093af4b7b315", + "version" : "3.0.1" } }, { diff --git a/Package.swift b/Package.swift index 3bcd628..81698a7 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.2"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "3.0.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.10.0"),