diff --git a/.babelrc b/.babelrc index daf268c7d..3c801782b 100644 --- a/.babelrc +++ b/.babelrc @@ -7,7 +7,7 @@ "@babel/preset-env", { "targets": { - "firefox": 60, + "firefox": 65, "chrome": 70 } } diff --git a/add-on/manifest.firefox.json b/add-on/manifest.firefox.json index ea06f6f48..8e140ebc7 100644 --- a/add-on/manifest.firefox.json +++ b/add-on/manifest.firefox.json @@ -8,7 +8,7 @@ "applications": { "gecko": { "id": "ipfs-firefox-addon@lidel.org", - "strict_min_version": "60.0" + "strict_min_version": "65.0" } }, "page_action": {