Skip to content

Commit

Permalink
Rollback Prefire only
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Jun 12, 2024
1 parent 253bdc2 commit e44f649
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e44f649

Please sign in to comment.