Skip to content

Commit fa0d3a3

Browse files
committed
Dependency fix
1 parent 805143e commit fa0d3a3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@canvas/image-data": "^1.0.0",
34-
"@duckduckgo/privacy-configuration": "github:duckduckgo/privacy-configuration#6e5774603200f453a9451870606f3921b76249f4",
34+
"@duckduckgo/privacy-configuration": "github:duckduckgo/privacy-configuration#bc8932cb98a49e7811a328c38a42feed4a75bb55",
3535
"@fingerprintjs/fingerprintjs": "^4.6.2",
3636
"@types/chrome": "^0.0.315",
3737
"@types/jasmine": "^5.1.7",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-int-snapshots": "npm run test-int-snapshots --workspaces --if-present",
1818
"test-int-snapshots-update": "npm run test-int-snapshots-update --workspaces --if-present",
1919
"test-clean-tree": "npm run build && sh scripts/check-for-changes.sh",
20-
"docs": "npm cache clean --force && npm ci && typedoc",
20+
"docs": "typedoc",
2121
"docs-watch": "typedoc --watch",
2222
"tsc": "tsc",
2323
"tsc-watch": "tsc --watch",
@@ -53,7 +53,6 @@
5353
"urlpattern-polyfill": "^10.0.0"
5454
},
5555
"dependencies": {
56-
"@duckduckgo/privacy-configuration": "github:duckduckgo/privacy-configuration#bc8932cb98a49e7811a328c38a42feed4a75bb55",
5756
"immutable-json-patch": "^6.0.1"
5857
}
5958
}

0 commit comments

Comments
 (0)