Skip to content

Commit

Permalink
update css dependency (#1037)
Browse files Browse the repository at this point in the history
Task/Issue URL:  https://app.asana.com/0/0/1208077416568652/f
iOS PR: duckduckgo/iOS#3492
macOS PR:  duckduckgo/macos-browser#3415
What kind of version bump will this require?: Minor

**Description**: Updates C-S-S and adds privacy feature
  • Loading branch information
SabrinaTardio authored Oct 28, 2024
1 parent fdf6f75 commit 44d747d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "1ed569676555d493c9c5575eaed22aa02569aac9",
"version" : "6.19.0"
"revision" : "b74549bd869fdecc16fad851f2f608b1724764df",
"version" : "6.25.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.19.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.25.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public enum PrivacyFeature: String {
case autocompleteTabs
case networkProtection
case aiChat
case contextualOnboarding
}

/// An abstraction to be implemented by any "subfeature" of a given `PrivacyConfiguration` feature.
Expand Down

0 comments on commit 44d747d

Please sign in to comment.