From 32e219a45269370c0866680715583fb4d24b376c Mon Sep 17 00:00:00 2001 From: Erik Marks Date: Wed, 1 Sep 2021 12:53:42 -0700 Subject: [PATCH 1/2] Bump minimum Chrome version to 66 --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 6c98e6df411d..efd47469672b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -6,7 +6,7 @@ module.exports = function (api) { '@babel/preset-env', { targets: { - browsers: ['chrome >= 63', 'firefox >= 68'], + browsers: ['chrome >= 66', 'firefox >= 68'], }, }, ], From 200865d889c5d8c15023fa78d764008e4cde8352 Mon Sep 17 00:00:00 2001 From: Erik Marks Date: Wed, 1 Sep 2021 12:59:47 -0700 Subject: [PATCH 2/2] Bump minimum Chrome version in Chrome manifest --- app/manifest/chrome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest/chrome.json b/app/manifest/chrome.json index 281c847a47ff..e4bb01cdd4b6 100644 --- a/app/manifest/chrome.json +++ b/app/manifest/chrome.json @@ -3,5 +3,5 @@ "matches": ["https://metamask.io/*"], "ids": ["*"] }, - "minimum_chrome_version": "63" + "minimum_chrome_version": "66" }