From 128b1ebd89912b35b1c1be350d980bedc8c1adc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:24:12 +0000 Subject: [PATCH] Update dependency siteline/SwiftUI-Introspect to from: "26.0.1" (#5221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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") ],