Skip to content

Commit

Permalink
Roll back snapshot-testing to avoid having to import Swift Testing an…
Browse files Browse the repository at this point in the history
…d upgrade the design tokens.
  • Loading branch information
stefanceriu committed Nov 20, 2024
1 parent 80edb88 commit f0436aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : {
"revision" : "d81c1aa03fed8662cf85702310542bdc9e5b3d93",
"version" : "2.0.2"
"revision" : "3adf924aec63f1addfe9124a95fa4c9e9b5bff7d",
"version" : "2.1.0"
}
},
{
Expand All @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "42a086182681cf661f5c47c9b7dc3931de18c6d7",
"version" : "1.17.6"
"revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d",
"version" : "1.17.5"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let package = Package(
.library(name: "Compound", targets: ["Compound"])
],
dependencies: [
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.0.2"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.3.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"),
.package(url: "https://github.com/BarredEwe/Prefire", from: "2.9.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.6")
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.17.5") // Newer require Swift Testing
],
targets: [
.target(
Expand Down

0 comments on commit f0436aa

Please sign in to comment.