Skip to content

Commit

Permalink
Update webext-permission-toggle (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Troníček <filip@gitpod.io>
  • Loading branch information
fregante and filiptronicek authored Jul 10, 2024
1 parent 5475889 commit 63fec62
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.0",
"validator": "^13.12.0",
"webext-domain-permission-toggle": "^4.1.0",
"webext-dynamic-content-scripts": "^10.0.2",
"webext-permission-toggle": "^5.0.2",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
67 changes: 36 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import browser from "webextension-polyfill";

import "webext-dynamic-content-scripts";

import addDomainPermissionToggle from "webext-domain-permission-toggle";
import addDomainPermissionToggle from "webext-permission-toggle";

(async () => {
addDomainPermissionToggle();
Expand Down

0 comments on commit 63fec62

Please sign in to comment.