chore: add webextension-polyfill
This commit is contained in:
parent
6fb4035ac3
commit
85eb787175
2 changed files with 10 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
||||||
"trystero": "^0.20.0",
|
"trystero": "^0.20.0",
|
||||||
"type-fest": "^4.11.1",
|
"type-fest": "^4.11.1",
|
||||||
"unstorage": "^1.10.1",
|
"unstorage": "^1.10.1",
|
||||||
"valibot": "^0.30.0"
|
"valibot": "^0.30.0",
|
||||||
|
"webextension-polyfill": "^0.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.0.3",
|
"@commitlint/cli": "^19.0.3",
|
||||||
|
|
|
@ -119,6 +119,9 @@ importers:
|
||||||
valibot:
|
valibot:
|
||||||
specifier: ^0.30.0
|
specifier: ^0.30.0
|
||||||
version: 0.30.0
|
version: 0.30.0
|
||||||
|
webextension-polyfill:
|
||||||
|
specifier: ^0.12.0
|
||||||
|
version: 0.12.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli':
|
'@commitlint/cli':
|
||||||
specifier: ^19.0.3
|
specifier: ^19.0.3
|
||||||
|
@ -5567,6 +5570,9 @@ packages:
|
||||||
webextension-polyfill@0.10.0:
|
webextension-polyfill@0.10.0:
|
||||||
resolution: {integrity: sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==}
|
resolution: {integrity: sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==}
|
||||||
|
|
||||||
|
webextension-polyfill@0.12.0:
|
||||||
|
resolution: {integrity: sha512-97TBmpoWJEE+3nFBQ4VocyCdLKfw54rFaJ6EVQYLBCXqCIpLSZkwGgASpv4oPt9gdKCJ80RJlcmNzNn008Ag6Q==}
|
||||||
|
|
||||||
webextension-polyfill@0.9.0:
|
webextension-polyfill@0.9.0:
|
||||||
resolution: {integrity: sha512-LTtHb0yR49xa9irkstDxba4GATDAcDw3ncnFH9RImoFwDlW47U95ME5sn5IiQX2ghfaECaf6xyXM8yvClIBkkw==}
|
resolution: {integrity: sha512-LTtHb0yR49xa9irkstDxba4GATDAcDw3ncnFH9RImoFwDlW47U95ME5sn5IiQX2ghfaECaf6xyXM8yvClIBkkw==}
|
||||||
|
|
||||||
|
@ -12196,6 +12202,8 @@ snapshots:
|
||||||
|
|
||||||
webextension-polyfill@0.10.0: {}
|
webextension-polyfill@0.10.0: {}
|
||||||
|
|
||||||
|
webextension-polyfill@0.12.0: {}
|
||||||
|
|
||||||
webextension-polyfill@0.9.0: {}
|
webextension-polyfill@0.9.0: {}
|
||||||
|
|
||||||
webidl-conversions@3.0.1: {}
|
webidl-conversions@3.0.1: {}
|
||||||
|
|
Loading…
Reference in a new issue