Update dependency element-hq/compound-design-tokens to v6.8.0 (#4959)

* Update dependency element-hq/compound-design-tokens to v6.8.0

* Update the Package.resolved files.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Doug <douglase@element.io>
This commit is contained in:
renovate[bot]
2026-01-16 11:30:20 +00:00
committed by GitHub
parent d28c3ac436
commit b20bd34b52
4 changed files with 9 additions and 9 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : {
"revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6",
"version" : "6.6.0"
"revision" : "9986a71f303de26b637f6e723cd7f83fabcb471a",
"version" : "6.8.0"
}
},
{
@@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "1be8144023c367c5de701a6313ed29a3a10bf59b",
"version" : "1.18.3"
"revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b",
"version" : "1.18.7"
}
},
{

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens",
"state" : {
"revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6",
"version" : "6.6.0"
"revision" : "9986a71f303de26b637f6e723cd7f83fabcb471a",
"version" : "6.8.0"
}
},
{

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.6.0"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.8.0"),
// .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"),