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(