From 72f7281875ba6833fdb876e4216c862525c507ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:01:08 +0000 Subject: [PATCH] Update Swift --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 299daa1..92e5a19 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.1.1"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.2"), .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", exact: "1.17.5") // Newer require Swift Testing + .package(url: "https://github.com/BarredEwe/Prefire", from: "2.10.0"), + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.17.6") // Newer require Swift Testing ], targets: [ .target(