fix: Upgrade @wxt-dev/browser to latest @types/chrome version
This commit is contained in:
committed by
github-actions[bot]
parent
7c783fe565
commit
b1dcec86cd
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@wxt-dev/browser",
|
||||
"description": "Provides a cross-browser API for using extension APIs and types based on @types/chrome",
|
||||
"version": "0.0.326",
|
||||
"version": "0.0.327",
|
||||
"type": "module",
|
||||
"main": "src/index.mjs",
|
||||
"types": "src/index.d.ts",
|
||||
@@ -23,7 +23,7 @@
|
||||
"src"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/chrome": "0.0.326",
|
||||
"@types/chrome": "0.0.327",
|
||||
"fs-extra": "^11.3.0",
|
||||
"nano-spawn": "^0.2.0",
|
||||
"tsx": "4.19.4",
|
||||
|
||||
+5
@@ -6941,6 +6941,11 @@ export namespace Browser {
|
||||
installType: string;
|
||||
/** The version of this extension, app, or theme. */
|
||||
version: string;
|
||||
/**
|
||||
* The version name of this extension, app, or theme if the manifest specified one.
|
||||
* @since Chrome 50
|
||||
*/
|
||||
versionName?: string;
|
||||
/** The extension's unique identifier. */
|
||||
id: string;
|
||||
/**
|
||||
|
||||
Generated
+5
-5
@@ -170,8 +170,8 @@ importers:
|
||||
version: 1.2.15
|
||||
devDependencies:
|
||||
'@types/chrome':
|
||||
specifier: 0.0.326
|
||||
version: 0.0.326
|
||||
specifier: 0.0.327
|
||||
version: 0.0.327
|
||||
fs-extra:
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0
|
||||
@@ -1966,8 +1966,8 @@ packages:
|
||||
'@types/chai@5.2.2':
|
||||
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
|
||||
|
||||
'@types/chrome@0.0.326':
|
||||
resolution: {integrity: sha512-WS7jKf3ZRZFHOX7dATCZwqNJgdfiSF0qBRFxaO0LhIOvTNBrfkab26bsZwp6EBpYtqp8loMHJTnD6vDTLWPKYw==}
|
||||
'@types/chrome@0.0.327':
|
||||
resolution: {integrity: sha512-dheyXiqtBdZAqhq4ZXUcsgcrvM9sktZfiKK5/QQDbVSpYfuK/N2CS1PVFWg1N6aAd+KJdSVrotw6mFQwg8DyxQ==}
|
||||
|
||||
'@types/conventional-commits-parser@5.0.1':
|
||||
resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==}
|
||||
@@ -6337,7 +6337,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/deep-eql': 4.0.2
|
||||
|
||||
'@types/chrome@0.0.326':
|
||||
'@types/chrome@0.0.327':
|
||||
dependencies:
|
||||
'@types/filesystem': 0.0.36
|
||||
'@types/har-format': 1.2.15
|
||||
|
||||
Reference in New Issue
Block a user