Bump compound-ios to its latest revision

pull/895/head
Stefan Ceriu 2023-05-15 12:27:30 +03:00 committed by Stefan Ceriu
parent f1a26417bd
commit 59b0a1e1be
4 changed files with 23 additions and 7 deletions

View File

@ -1,5 +1,21 @@
{
"pins" : [
{
"identity" : "compound-design-tokens",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vector-im/compound-design-tokens.git",
"state" : {
"revision" : "d9d1a792d8a124708c7e15becd359893ee9e9ea6"
}
},
{
"identity" : "compound-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vector-im/compound-ios.git",
"state" : {
"revision" : "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"
}
},
{
"identity" : "element-design-tokens",
"kind" : "remoteSourceControl",
@ -14,8 +30,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect.git",
"state" : {
"revision" : "f2616860a41f9d9932da412a8978fec79c06fe24",
"version" : "0.1.4"
"revision" : "5b3f3996c7a2a84d5f4ba0e03cd7d584154778f2",
"version" : "0.3.1"
}
}
],

View File

@ -12,7 +12,7 @@ let package = Package(
.library(name: "DesignKit", targets: ["DesignKit"])
],
dependencies: [
.package(url: "https://github.com/vector-im/compound-ios.git", revision: "b4f34edce9003ba1fde31500312f317b728f4ee3"),
.package(url: "https://github.com/vector-im/compound-ios.git", revision: "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"),
.package(url: "https://github.com/vector-im/element-design-tokens.git", exact: "0.0.3"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4")
],

View File

@ -11,9 +11,9 @@
{
"identity" : "compound-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vector-im/compound-ios.git",
"location" : "https://github.com/vector-im/compound-ios",
"state" : {
"revision" : "b4f34edce9003ba1fde31500312f317b728f4ee3"
"revision" : "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"
}
},
{
@ -172,7 +172,7 @@
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git",
"state" : {
"revision" : "cef5b3f6f11781dd4591bdd1dd0a3d22bd609334",
"version" : "1.11.0"

View File

@ -48,7 +48,7 @@ packages:
path: DesignKit
Compound:
url: https://github.com/vector-im/compound-ios
revision: b4f34edce9003ba1fde31500312f317b728f4ee3
revision: a6aec9a77bf008c86a296ba17d60005b5a8bfae4
# path: ../compound-ios
Algorithms:
url: https://github.com/apple/swift-algorithms