add webextension-polyfill-ts

This commit is contained in:
Vu Nguyen
2021-01-15 21:25:40 -06:00
parent c5e33026cc
commit 357ab55745
2 changed files with 19 additions and 1 deletions

17
package-lock.json generated
View File

@@ -26713,6 +26713,23 @@
"resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.4.0.tgz", "resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.4.0.tgz",
"integrity": "sha512-oreMp+EoAo1pzRMigx4jB5jInIpx6NTCySPSjGyLLee/dCIPiRqowCEfbFP8o20wz9SOtNwSsfkaJ9D/tRgpag==" "integrity": "sha512-oreMp+EoAo1pzRMigx4jB5jInIpx6NTCySPSjGyLLee/dCIPiRqowCEfbFP8o20wz9SOtNwSsfkaJ9D/tRgpag=="
}, },
"webextension-polyfill-ts": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/webextension-polyfill-ts/-/webextension-polyfill-ts-0.22.0.tgz",
"integrity": "sha512-3P33ClMwZ/qiAT7UH1ROrkRC1KM78umlnPpRhdC/292UyoTTW9NcjJEqDsv83HbibcTB6qCtpVeuB2q2/oniHQ==",
"dev": true,
"requires": {
"webextension-polyfill": "^0.7.0"
},
"dependencies": {
"webextension-polyfill": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.7.0.tgz",
"integrity": "sha512-su48BkMLxqzTTvPSE1eWxKToPS2Tv5DLGxKexLEVpwFd6Po6N8hhSLIvG6acPAg7qERoEaDL+Y5HQJeJeml5Aw==",
"dev": true
}
}
},
"webidl-conversions": { "webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",

View File

@@ -46,7 +46,8 @@
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-transition-group": "^1.0.0", "react-transition-group": "^1.0.0",
"webextension-polyfill": "^0.4.0" "webextension-polyfill": "^0.4.0",
"webextension-polyfill-ts": "^0.22.0"
}, },
"devDependencies": { "devDependencies": {
"@types/chrome": "0.0.128", "@types/chrome": "0.0.128",