clipper: remove comlink-extension package

This commit is contained in:
Abdullah Atta
2023-06-30 20:14:25 +05:00
parent 8f828bca80
commit 194556a0a1
2 changed files with 0 additions and 37 deletions

View File

@@ -16,7 +16,6 @@
"@theme-ui/components": "^0.14.7",
"@theme-ui/core": "^0.14.7",
"comlink": "^4.3.1",
"comlink-extension": "^1.0.8",
"hyperapp": "^2.0.22",
"mac-scrollbar": "^0.10.3",
"react": "^17.0.2",
@@ -6746,23 +6745,6 @@
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.3.1.tgz",
"integrity": "sha512-+YbhUdNrpBZggBAHWcgQMLPLH1KDF3wJpeqrCKieWQ8RL7atmgsgTQko1XEBK6PsecfopWNntopJ+ByYG1lRaA=="
},
"node_modules/comlink-extension": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/comlink-extension/-/comlink-extension-1.0.8.tgz",
"integrity": "sha512-iFTvW79mu98SReqIxkLy5ll9T5MNbtemSUfI+KbotVXm8eGS5i45CsFpG1lr41FQAJoWY/Hq1hc8ubxJkVa57g==",
"dependencies": {
"webextension-polyfill-ts": "^0.19.0"
}
},
"node_modules/comlink-extension/node_modules/webextension-polyfill-ts": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/webextension-polyfill-ts/-/webextension-polyfill-ts-0.19.0.tgz",
"integrity": "sha512-VcA7bdf0dzUc8JXQwQU+spSUTV0Gc0Y7VPsdrEFLbuTxJluC4xBoKVWtfUXRqykVfDvFsfo591+p1MmPSJezsw==",
"deprecated": "This project has moved to @types/webextension-polyfill",
"dependencies": {
"webextension-polyfill": "^0.6.0"
}
},
"node_modules/commander": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
@@ -26154,24 +26136,6 @@
"resolved": "https://registry.npmjs.org/comlink/-/comlink-4.3.1.tgz",
"integrity": "sha512-+YbhUdNrpBZggBAHWcgQMLPLH1KDF3wJpeqrCKieWQ8RL7atmgsgTQko1XEBK6PsecfopWNntopJ+ByYG1lRaA=="
},
"comlink-extension": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/comlink-extension/-/comlink-extension-1.0.8.tgz",
"integrity": "sha512-iFTvW79mu98SReqIxkLy5ll9T5MNbtemSUfI+KbotVXm8eGS5i45CsFpG1lr41FQAJoWY/Hq1hc8ubxJkVa57g==",
"requires": {
"webextension-polyfill-ts": "^0.19.0"
},
"dependencies": {
"webextension-polyfill-ts": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/webextension-polyfill-ts/-/webextension-polyfill-ts-0.19.0.tgz",
"integrity": "sha512-VcA7bdf0dzUc8JXQwQU+spSUTV0Gc0Y7VPsdrEFLbuTxJluC4xBoKVWtfUXRqykVfDvFsfo591+p1MmPSJezsw==",
"requires": {
"webextension-polyfill": "^0.6.0"
}
}
}
},
"commander": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",

View File

@@ -13,7 +13,6 @@
"@theme-ui/components": "^0.14.7",
"@theme-ui/core": "^0.14.7",
"comlink": "^4.3.1",
"comlink-extension": "^1.0.8",
"hyperapp": "^2.0.22",
"mac-scrollbar": "^0.10.3",
"react": "^17.0.2",