From e44f649c9f0c9c562fed3f311aca10c144059725 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 12 Jun 2024 09:33:41 +0300 Subject: [PATCH] Rollback Prefire only --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 4 ++-- 3 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 4410d21..642c422 100644 --- a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "121c146fe591b1320238d054ae35c81ffa45f45a", - "version" : "0.12.0" + "revision" : "7dc5b287f8040e4ad5038739850b758e78f77808", + "version" : "1.1.4" } } ], diff --git a/Package.resolved b/Package.resolved index 4410d21..642c422 100644 --- a/Package.resolved +++ b/Package.resolved @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "121c146fe591b1320238d054ae35c81ffa45f45a", - "version" : "0.12.0" + "revision" : "7dc5b287f8040e4ad5038739850b758e78f77808", + "version" : "1.1.4" } } ], diff --git a/Package.swift b/Package.swift index ebce865..dde4e6f 100644 --- a/Package.swift +++ b/Package.swift @@ -10,10 +10,10 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.3.0"), - .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "0.9.0"), + .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.1.4"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.2.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.0.4"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.13.0") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.16.0") ], targets: [ .target(