From f0436aa767f614584bf119defa6372ddb3b60080 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 20 Nov 2024 11:33:43 +0200 Subject: [PATCH] Roll back snapshot-testing to avoid having to import Swift Testing and upgrade the design tokens. --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- Package.swift | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index b993d10..d3ef534 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" : "d81c1aa03fed8662cf85702310542bdc9e5b3d93", - "version" : "2.0.2" + "revision" : "3adf924aec63f1addfe9124a95fa4c9e9b5bff7d", + "version" : "2.1.0" } }, { @@ -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 f0cb5e2..822ce15 100644 --- a/Package.swift +++ b/Package.swift @@ -9,11 +9,11 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.0.2"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.0"), .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"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.6") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.17.5") // Newer require Swift Testing ], targets: [ .target(