mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
fix: add world: MAIN to Firefox page script registration (#17466)
* chore: update @types/firefox-webext-browser * fix: add world: MAIN to Firefox page script registration * review: add world property to registration type
This commit is contained in:
committed by
addisonbeck
parent
5d5819a3fd
commit
253a4e573c
8
package-lock.json
generated
8
package-lock.json
generated
@@ -101,7 +101,7 @@
|
||||
"@storybook/web-components-webpack5": "8.6.12",
|
||||
"@tailwindcss/container-queries": "0.1.1",
|
||||
"@types/chrome": "0.1.12",
|
||||
"@types/firefox-webext-browser": "120.0.4",
|
||||
"@types/firefox-webext-browser": "143.0.0",
|
||||
"@types/inquirer": "8.2.10",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/jsdom": "21.1.7",
|
||||
@@ -14070,9 +14070,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/firefox-webext-browser": {
|
||||
"version": "120.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/firefox-webext-browser/-/firefox-webext-browser-120.0.4.tgz",
|
||||
"integrity": "sha512-lBrpf08xhiZBigrtdQfUaqX1UauwZ+skbFiL8u2Tdra/rklkKadYmIzTwkNZSWtuZ7OKpFqbE2HHfDoFqvZf6w==",
|
||||
"version": "143.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/firefox-webext-browser/-/firefox-webext-browser-143.0.0.tgz",
|
||||
"integrity": "sha512-865dYKMOP0CllFyHmgXV4IQgVL51OSQQCwSoihQ17EwugePKFSAZRc0EI+y7Ly4q7j5KyURlA7LgRpFieO4JOw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user