Update dependency element-hq/compound-design-tokens to v8

This commit is contained in:
renovate[bot]
2026-03-18 16:35:22 +00:00
committed by Stefan Ceriu
parent 75cc0cade7
commit 237aadd186
4 changed files with 7 additions and 7 deletions

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens", "location" : "https://github.com/element-hq/compound-design-tokens",
"state" : { "state" : {
"revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041",
"version" : "7.0.0" "version" : "8.0.0"
} }
}, },
{ {

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git", "location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : { "state" : {
"revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041",
"version" : "7.0.0" "version" : "8.0.0"
} }
}, },
{ {

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens", "location" : "https://github.com/element-hq/compound-design-tokens",
"state" : { "state" : {
"revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041",
"version" : "7.0.0" "version" : "8.0.0"
} }
}, },
{ {

View File

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