diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 5d3746a6ad..384caec41c 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -11856,8 +11856,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/duckduckgo/DesignResourcesKit"; requirement = { - kind = revision; - revision = ba2f7e26575a9529ce268ce16f01760187649ce6; + kind = exactVersion; + version = 3.3.1; }; }; F486D2EF25069482002D07D7 /* XCRemoteSwiftPackageReference "Kingfisher" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index db0ebd8172..c32571bc00 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -50,7 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/DesignResourcesKit", "state" : { - "revision" : "ba2f7e26575a9529ce268ce16f01760187649ce6" + "revision" : "a35414a0b07da7fb79255370edfe845b7a22558c", + "version" : "3.3.1" } }, { diff --git a/LocalPackages/SyncUI/Package.swift b/LocalPackages/SyncUI/Package.swift index 1d00f55394..21cb7ba29d 100644 --- a/LocalPackages/SyncUI/Package.swift +++ b/LocalPackages/SyncUI/Package.swift @@ -33,7 +33,7 @@ let package = Package( ], dependencies: [ .package(path: "../DuckUI"), - .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.0"), + .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"), .package(url: "https://github.com/duckduckgo/apple-toolbox.git", exact: "3.1.2"), ], targets: [ diff --git a/LocalPackages/Waitlist/Package.swift b/LocalPackages/Waitlist/Package.swift index 13b5954238..8fdebe4303 100644 --- a/LocalPackages/Waitlist/Package.swift +++ b/LocalPackages/Waitlist/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["Waitlist", "WaitlistMocks"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.0"), + .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"), .package(url: "https://github.com/duckduckgo/apple-toolbox.git", exact: "3.1.2"), ], targets: [