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": [
["@babel/env", {
"targets": {
"chrome": "57",
"firefox": "52",
"safari": "10.3",
"edge": "16",
"opera": "44"
"chrome": "85",
"firefox": "77",
"safari": "13.4",
"edge": "85"
}
}],
"@babel/preset-react"