From 9325643cb4d22150881c5bf79e1e6e3c5a87ea89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:29:22 +0000 Subject: [PATCH] Update Swift to v3 (major) (#129) * Update Swift to v3 * Update Package.resolved files. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Doug --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"),