Update dependency siteline/SwiftUI-Introspect to from: "26.0.1" (#5221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-18 12:24:12 +00:00
committed by GitHub
parent 7a383cb855
commit 128b1ebd89
4 changed files with 7 additions and 7 deletions

View File

@@ -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"
}
},
{

View File

@@ -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"
}
},
{

View File

@@ -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"
}
},
{

View File

@@ -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")
],