From 0bbc2808a94524c748585b18360347d78b5348b9 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 20 May 2024 14:16:44 +0100 Subject: [PATCH] Update Package.resolved files. (#81) * Update Package.resolved files. * Update design tokens. --- .../xcshareddata/swiftpm/Package.resolved | 20 +++++++++---------- Package.resolved | 20 +++++++++---------- Package.swift | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6ef48de..65cec77 100644 --- a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "c3fff1f2b042295cd5f4bcf8d4fe68ec47ca4061", - "version" : "1.2.0" + "revision" : "5086370e2c8d6d23c761369c0ac6c3aef33fc5d6", + "version" : "1.3.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/BarredEwe/Prefire", "state" : { - "revision" : "608e7992dedc5ee409e59b3580010371ff0cef57", - "version" : "2.0.4" + "revision" : "4de802de81f28cec1e5f406af8754cb894584e49", + "version" : "2.6.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git", "state" : { - "revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c", - "version" : "4.1.1" + "revision" : "afd0a1da4ed62bab1413caa6dd6b60a7a7089ed2", + "version" : "5.2.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "696b86a6d151578bca7c1a2a3ed419a5f834d40f", - "version" : "1.13.0" + "revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a", + "version" : "1.16.0" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "730ab9e6cdbb3122ad88277b295c4cecd284a311", - "version" : "0.9.1" + "revision" : "7dc5b287f8040e4ad5038739850b758e78f77808", + "version" : "1.1.4" } } ], diff --git a/Package.resolved b/Package.resolved index 6ef48de..65cec77 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "c3fff1f2b042295cd5f4bcf8d4fe68ec47ca4061", - "version" : "1.2.0" + "revision" : "5086370e2c8d6d23c761369c0ac6c3aef33fc5d6", + "version" : "1.3.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/BarredEwe/Prefire", "state" : { - "revision" : "608e7992dedc5ee409e59b3580010371ff0cef57", - "version" : "2.0.4" + "revision" : "4de802de81f28cec1e5f406af8754cb894584e49", + "version" : "2.6.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git", "state" : { - "revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c", - "version" : "4.1.1" + "revision" : "afd0a1da4ed62bab1413caa6dd6b60a7a7089ed2", + "version" : "5.2.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "696b86a6d151578bca7c1a2a3ed419a5f834d40f", - "version" : "1.13.0" + "revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a", + "version" : "1.16.0" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "730ab9e6cdbb3122ad88277b295c4cecd284a311", - "version" : "0.9.1" + "revision" : "7dc5b287f8040e4ad5038739850b758e78f77808", + "version" : "1.1.4" } } ], diff --git a/Package.swift b/Package.swift index e3064c4..31e3a2f 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.2.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.3.0"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.1.4"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.2.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.6.0"),