diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6ca821528..bbad0bf29 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -339,8 +339,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { - "revision" : "a08b87f96b41055577721a6e397562b21ad52454", - "version" : "26.0.0" + "revision" : "26986a57e31c813f98262ddb62d4b07d40008535", + "version" : "26.0.1" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 57203ecfc..6873c1578 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "a08b87f96b41055577721a6e397562b21ad52454", - "version" : "26.0.0" + "revision" : "26986a57e31c813f98262ddb62d4b07d40008535", + "version" : "26.0.1" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index bf0a43792..9682035b3 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { - "revision" : "a08b87f96b41055577721a6e397562b21ad52454", - "version" : "26.0.0" + "revision" : "26986a57e31c813f98262ddb62d4b07d40008535", + "version" : "26.0.1" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index f7b7bc571..10dec3b0f 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -11,7 +11,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "7.0.0"), // .package(path: "../compound-design-tokens"), - .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"), + .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.1"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.18.7") ],