mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
clipper: remove comlink-extension package
This commit is contained in:
36
extensions/web-clipper/package-lock.json
generated
36
extensions/web-clipper/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user