File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = (api, _options) => {
4545 }
4646
4747 if ( options . usePolyfill ) {
48- pkg . dependencies [ 'webextension-polyfill' ] = '^0.3 .0'
48+ pkg . dependencies [ 'webextension-polyfill' ] = '^0.4 .0'
4949 pkg . devDependencies = {
5050 'imports-loader' : '^0.8.0'
5151 }
Original file line number Diff line number Diff line change 2121 "devDependencies" : {
2222 "@vue/eslint-config-standard" : " ^3.0.0" ,
2323 "eslint" : " ^5.1.0" ,
24- "eslint-plugin-vue" : " ^4.5.0"
24+ "eslint-plugin-vue" : " ^4.5.0" ,
25+ "imports-loader" : " ^0.8.0" ,
26+ "webextension-polyfill" : " ^0.4.0"
2527 },
2628 "dependencies" : {
2729 "@vue/cli-shared-utils" : " ^3.0.0-rc.3" ,
Original file line number Diff line number Diff line change @@ -1894,6 +1894,14 @@ import-fresh@^3.0.0:
18941894 parent-module "^1.0.0"
18951895 resolve-from "^4.0.0"
18961896
1897+ imports-loader@^0.8.0 :
1898+ version "0.8.0"
1899+ resolved "https://registry.yarnpkg.com/imports-loader/-/imports-loader-0.8.0.tgz#030ea51b8ca05977c40a3abfd9b4088fe0be9a69"
1900+ integrity sha512-kXWL7Scp8KQ4552ZcdVTeaQCZSLW+e6nJfp3cwUMB673T7Hr98Xjx5JK+ql7ADlJUvj1JS5O01RLbKoutN5QDQ==
1901+ dependencies :
1902+ loader-utils "^1.0.2"
1903+ source-map "^0.6.1"
1904+
18971905imurmurhash@^0.1.4 :
18981906 version "0.1.4"
18991907 resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -2274,7 +2282,7 @@ loader-runner@^2.3.0:
22742282 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
22752283 integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
22762284
2277- loader-utils@^1.1.0, loader-utils@^1.2.3 :
2285+ loader-utils@^1.0.2, loader-utils@^1. 1.0, loader-utils@^1.2.3 :
22782286 version "1.2.3"
22792287 resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
22802288 integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
You can’t perform that action at this time.
0 commit comments