Update dependency element-hq/compound-design-tokens to v6.10.2 (#5180)

This commit is contained in:
renovate[bot]
2026-03-10 14:28:19 +02:00
committed by GitHub
parent 8034426d16
commit 127fcf6854
4 changed files with 9 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : {
"revision" : "a3dedba504bd1a3d04ce2a62eef00b9eef799ec4",
"version" : "6.10.1"
"revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f",
"version" : "6.10.2"
}
},
{

View File

@@ -1,13 +1,13 @@
{
"originHash" : "f1bd760161a06debbba4152a9ad83d70deae74ffe4d91dd85d4d412572c1cde9",
"originHash" : "4ef76dbc3bfba3928a5fcd58ed30e2b87b63c2faff12983fd1b717bec0ff5ddc",
"pins" : [
{
"identity" : "compound-design-tokens",
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens",
"state" : {
"revision" : "a3dedba504bd1a3d04ce2a62eef00b9eef799ec4",
"version" : "6.10.1"
"revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f",
"version" : "6.10.2"
}
},
{

View File

@@ -9,7 +9,7 @@ let package = Package(
.library(name: "Compound", targets: ["Compound"])
],
dependencies: [
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.10.1"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.10.2"),
// .package(path: "../compound-design-tokens"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),