Skip to content

Commit 63fec62

Browse files
Update webext-permission-toggle (#145)
Co-authored-by: Filip Troníček <[email protected]>
1 parent 5475889 commit 63fec62

File tree

3 files changed

+38
-33
lines changed

3 files changed

+38
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"react-dom": "^18.2.0",
2626
"react-hotkeys-hook": "^4.5.0",
2727
"validator": "^13.12.0",
28-
"webext-domain-permission-toggle": "^4.1.0",
2928
"webext-dynamic-content-scripts": "^10.0.2",
29+
"webext-permission-toggle": "^5.0.2",
3030
"webextension-polyfill": "^0.10.0"
3131
},
3232
"devDependencies": {

pnpm-lock.yaml

Lines changed: 36 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import browser from "webextension-polyfill";
22

33
import "webext-dynamic-content-scripts";
44

5-
import addDomainPermissionToggle from "webext-domain-permission-toggle";
5+
import addDomainPermissionToggle from "webext-permission-toggle";
66

77
(async () => {
88
addDomainPermissionToggle();

0 commit comments

Comments
 (0)