Skip to content

Commit

Permalink
Update Swift (#98)
Browse files Browse the repository at this point in the history
* Update Swift - design tokens and snapshotting.

* Update Package.resolved files.
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 1e0050f commit 384d04a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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" : "b1e0643d0af145a00297190ca0e6dc48cbe5ace0",
"version" : "1.5.0"
"revision" : "5350cf2871ef7edcf043ef57b8990858463db51b",
"version" : "1.6.0"
}
},
{
Expand All @@ -32,14 +32,14 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "63d3b45dd249878a41c56274a748ca2c1c9c5230",
"version" : "1.17.1"
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
Expand Down
10 changes: 5 additions & 5 deletions Package.resolved
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",
"state" : {
"revision" : "b1e0643d0af145a00297190ca0e6dc48cbe5ace0",
"version" : "1.5.0"
"revision" : "5350cf2871ef7edcf043ef57b8990858463db51b",
"version" : "1.6.0"
}
},
{
Expand All @@ -32,14 +32,14 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "63d3b45dd249878a41c56274a748ca2c1c9c5230",
"version" : "1.17.1"
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
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: "1.5.0"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.6.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.2.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"),
.package(url: "https://github.com/BarredEwe/Prefire", from: "2.8.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.1")
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.2")
],
targets: [
.target(
Expand Down

0 comments on commit 384d04a

Please sign in to comment.