Skip to content

Commit a3b8da6

Browse files
committed
chore: update
1 parent 8ea5079 commit a3b8da6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"background": {
2929
"service_worker": "background.js"
3030
},
31-
"permissions": ["https://*/*", "scripting"],
31+
"permissions": ["scripting"],
3232
"host_permissions": [
3333
"<all_urls>"
3434
],

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@
7171
"webpack": "^4.20.2",
7272
"webpack-cli": "^3.3.10",
7373
"webpack-extension-reloader": "^1.1.4"
74+
},
75+
"volta": {
76+
"node": "16.20.0"
7477
}
7578
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,9 +1820,9 @@ camelcase@^5.0.0, camelcase@^5.3.1:
18201820
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
18211821

18221822
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
1823-
version "1.0.30001122"
1824-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001122.tgz#2c8ff631330d986a07a7ba7125cce77a1373b475"
1825-
integrity sha512-pxjw28CThdrqfz06nJkpAc5SXM404TXB/h5f4UJX+rrXJKE/1bu/KAILc2AY+O6cQIFtRjV9qOR2vaEp9LDGUA==
1823+
version "1.0.30001478"
1824+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001478.tgz"
1825+
integrity sha512-gMhDyXGItTHipJj2ApIvR+iVB5hd0KP3svMWWXDvZOmjzJJassGLMfxRkQCSYgGd2gtdL/ReeiyvMSFD1Ss6Mw==
18261826

18271827
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
18281828
version "2.4.2"

0 commit comments

Comments
 (0)