babelrc: Bump supported browser versions

Commit fc73c07195 added a check for String.replaceAll(), update to the
browsers which support that. These correspond to our website:
https://github.com/cockpit-project/cockpit-project.github.io/commit/ea70505944
This commit is contained in:
Martin Pitt 2021-04-16 06:39:21 +02:00 committed by Martin Pitt
parent a01c6dd600
commit 1c8084d7e7
1 changed files with 4 additions and 5 deletions

View File

@ -2,11 +2,10 @@
"presets": [ "presets": [
["@babel/env", { ["@babel/env", {
"targets": { "targets": {
"chrome": "57", "chrome": "85",
"firefox": "52", "firefox": "77",
"safari": "10.3", "safari": "13.4",
"edge": "16", "edge": "85"
"opera": "44"
} }
}], }],
"@babel/preset-react" "@babel/preset-react"