1
0
Fork 0

Update minimum browser versions (#12847)

The minimum browser versions have been updated to Chromium v80 and
Firefox v78.

Chromium v80 is >3 years old, and very few users use older versions
than that.

Firefox v78 is two extended support releases ago (v91 and v102 ar the
previous and current ESR releases).
This commit is contained in:
Mark Stacey 2023-02-24 11:39:56 -03:30 committed by GitHub
parent 2ccc1977bf
commit 524ab66a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
chrome >= 66, firefox >= 68
chrome >= 80, firefox >= 78

View File

@ -4,5 +4,5 @@
"matches": ["https://metamask.io/*"],
"ids": ["*"]
},
"minimum_chrome_version": "66"
"minimum_chrome_version": "80"
}

View File

@ -2,7 +2,7 @@
"applications": {
"gecko": {
"id": "webextension@metamask.io",
"strict_min_version": "68.0"
"strict_min_version": "78.0"
}
}
}

View File

@ -6,5 +6,5 @@
"matches": ["https://metamask.io/*"],
"ids": ["*"]
},
"minimum_chrome_version": "66"
"minimum_chrome_version": "80"
}

View File

@ -2,7 +2,7 @@
"applications": {
"gecko": {
"id": "webextension@metamask.io",
"strict_min_version": "68.0"
"strict_min_version": "78.0"
}
},
"background": {

View File

@ -5,7 +5,7 @@ module.exports = function (api) {
strictMode: true,
},
targets: {
browsers: ['chrome >= 66', 'firefox >= 68'],
browsers: ['chrome >= 80', 'firefox >= 78'],
},
presets: [
'@babel/preset-typescript',