From 384d04ab6373db6f53b98f99f27c4423fe448999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:03:15 +0100 Subject: [PATCH] Update Swift (#98) * Update Swift - design tokens and snapshotting. * Update Package.resolved files. --- .../xcshareddata/swiftpm/Package.resolved | 10 +++++----- Package.resolved | 10 +++++----- Package.swift | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6aa631c..8955303 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" : "b1e0643d0af145a00297190ca0e6dc48cbe5ace0", - "version" : "1.5.0" + "revision" : "5350cf2871ef7edcf043ef57b8990858463db51b", + "version" : "1.6.0" } }, { @@ -32,14 +32,14 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "63d3b45dd249878a41c56274a748ca2c1c9c5230", - "version" : "1.17.1" + "revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3", + "version" : "1.17.2" } }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "74203046135342e4a4a627476dd6caf8b28fe11b", "version" : "509.0.0" diff --git a/Package.resolved b/Package.resolved index 7e358db..46f967d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "b1e0643d0af145a00297190ca0e6dc48cbe5ace0", - "version" : "1.5.0" + "revision" : "5350cf2871ef7edcf043ef57b8990858463db51b", + "version" : "1.6.0" } }, { @@ -32,14 +32,14 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "63d3b45dd249878a41c56274a748ca2c1c9c5230", - "version" : "1.17.1" + "revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3", + "version" : "1.17.2" } }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { "revision" : "74203046135342e4a4a627476dd6caf8b28fe11b", "version" : "509.0.0" diff --git a/Package.swift b/Package.swift index 4205348..fa866a6 100644 --- a/Package.swift +++ b/Package.swift @@ -9,11 +9,11 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.5.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.6.0"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.2.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.8.0"), - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.1") + .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.2") ], targets: [ .target(