chore: upgrade wxt
This commit is contained in:
43
package-lock.json
generated
43
package-lock.json
generated
@@ -4542,9 +4542,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@wxt-dev/browser": {
|
||||
"version": "0.1.39",
|
||||
"resolved": "https://registry.npmjs.org/@wxt-dev/browser/-/browser-0.1.39.tgz",
|
||||
"integrity": "sha512-J3/qx7Wet4PElXYus2CZNzJAxlWryYNvHUx9YtH4bczFA16j098CKQ0oOIeuctlLer0UylSg3zBFsicjzZ0bKw==",
|
||||
"version": "0.1.40",
|
||||
"resolved": "https://registry.npmjs.org/@wxt-dev/browser/-/browser-0.1.40.tgz",
|
||||
"integrity": "sha512-h2/v/Hpkj5sz//h84ProqBaAcTsDFRKp9b/JVHOK/r7LT0XLE+ZDs5YN1BnFLUEHdM7G3fUjTyBG84cayXQshQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -12198,9 +12198,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/wxt": {
|
||||
"version": "0.20.20",
|
||||
"resolved": "https://registry.npmjs.org/wxt/-/wxt-0.20.20.tgz",
|
||||
"integrity": "sha512-OGvOD1YEXwasjlOmfYzCGlIa88Jm9mxjM+hqx7zw+Xctg+TKjhF1bIt7vVJ1oT1t4RqvczTAcD2mUduiDltZaw==",
|
||||
"version": "0.20.21",
|
||||
"resolved": "https://registry.npmjs.org/wxt/-/wxt-0.20.21.tgz",
|
||||
"integrity": "sha512-rDocJ9QEWKnGd7NTTTxKIJ5MsXwv9lXk4/ITFS9eeksTCYotshxzAiptkRPEHCgsJNiGMNY/UFNxVDyqWGe7Bw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
@@ -12210,7 +12210,7 @@
|
||||
"@webext-core/fake-browser": "^1.3.4",
|
||||
"@webext-core/isolated-element": "^1.1.3",
|
||||
"@webext-core/match-patterns": "^1.0.3",
|
||||
"@wxt-dev/browser": "^0.1.38",
|
||||
"@wxt-dev/browser": "^0.1.40",
|
||||
"@wxt-dev/storage": "^1.0.0",
|
||||
"async-mutex": "^0.5.0",
|
||||
"c12": "^3.3.3",
|
||||
@@ -12219,20 +12219,18 @@
|
||||
"ci-info": "^4.4.0",
|
||||
"consola": "^3.4.2",
|
||||
"defu": "^6.1.4",
|
||||
"dotenv": "^17.3.1",
|
||||
"dotenv-expand": "^12.0.3",
|
||||
"esbuild": "^0.27.1",
|
||||
"filesize": "^11.0.13",
|
||||
"filesize": "^11.0.15",
|
||||
"get-port-please": "^3.2.0",
|
||||
"giget": "^1.2.3 || ^2.0.0 || ^3.0.0",
|
||||
"hookable": "^6.0.1",
|
||||
"hookable": "^6.1.0",
|
||||
"import-meta-resolve": "^4.2.0",
|
||||
"is-wsl": "^3.1.1",
|
||||
"json5": "^2.2.3",
|
||||
"jszip": "^3.10.1",
|
||||
"linkedom": "^0.18.12",
|
||||
"magicast": "^0.5.2",
|
||||
"minimatch": "^10.2.4",
|
||||
"nano-spawn": "^2.0.0",
|
||||
"nanospinner": "^1.2.2",
|
||||
"normalize-path": "^3.0.0",
|
||||
@@ -12240,7 +12238,7 @@
|
||||
"ohash": "^2.0.11",
|
||||
"open": "^11.0.0",
|
||||
"perfect-debounce": "^2.1.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"picomatch": "^4.0.3",
|
||||
"prompts": "^2.4.2",
|
||||
"publish-browser-extension": "^2.3.0 || ^3.0.2 || ^4.0.4",
|
||||
"scule": "^1.3.0",
|
||||
@@ -12254,6 +12252,10 @@
|
||||
"wxt": "bin/wxt.mjs",
|
||||
"wxt-publish-extension": "bin/wxt-publish-extension.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.2.0",
|
||||
"node": ">=20.12.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/wxt-dev"
|
||||
},
|
||||
@@ -12266,23 +12268,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/wxt/node_modules/minimatch": {
|
||||
"version": "10.2.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
||||
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
||||
"dev": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18 || 20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/xdg-basedir": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user