Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 0fc4478

Browse files
authored
Bump C-S-S to 4.39.0 (#1749)
Task/Issue URL: https://app.asana.com/0/0/1205693429987634/f **Description**: Fixes an issue where strictHide element hiding rules aren't applied properly.
1 parent d8e1a84 commit 0fc4478

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

DuckDuckGo.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14219,7 +14219,7 @@
1421914219
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
1422014220
requirement = {
1422114221
kind = exactVersion;
14222-
version = 81.1.1;
14222+
version = 81.2.0;
1422314223
};
1422414224
};
1422514225
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {

DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
1616
"state" : {
17-
"revision" : "92948321f544c00bcdef7c23ebec739b84f71a8a",
18-
"version" : "81.1.1"
17+
"revision" : "20ef8a4b3791a57d475cd848afdecb85fa010a5e",
18+
"version" : "81.2.0"
1919
}
2020
},
2121
{
2222
"identity" : "content-scope-scripts",
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/duckduckgo/content-scope-scripts",
2525
"state" : {
26-
"revision" : "74b6142c016be354144f28551de41b50c4864b1f",
27-
"version" : "4.37.0"
26+
"revision" : "aa279a3b006a0b1e009707311283c7fcaed24fb7",
27+
"version" : "4.39.0"
2828
}
2929
},
3030
{
@@ -129,7 +129,7 @@
129129
{
130130
"identity" : "trackerradarkit",
131131
"kind" : "remoteSourceControl",
132-
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
132+
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
133133
"state" : {
134134
"revision" : "4684440d03304e7638a2c8086895367e90987463",
135135
"version" : "1.2.1"

LocalPackages/Account/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
targets: ["Account"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.1.1"),
15+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"),
1616
.package(path: "../Purchase")
1717
],
1818
targets: [

LocalPackages/DataBrokerProtection/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
targets: ["DataBrokerProtection"])
3030
],
3131
dependencies: [
32-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.1.1"),
32+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"),
3333
.package(path: "../SwiftUIExtensions")
3434
],
3535
targets: [

LocalPackages/NetworkProtectionMac/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
.library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"])
3232
],
3333
dependencies: [
34-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.1.1"),
34+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"),
3535
.package(path: "../XPC"),
3636
.package(path: "../SwiftUIExtensions")
3737
],

0 commit comments

Comments
 (0)