Add firefox 58 mappings to preset-env data (#6874)

This commit is contained in:
Brian Ng 2017-11-22 15:30:07 -06:00 committed by GitHub
parent 464df13c69
commit 8393a6d089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -948,6 +948,7 @@
},
"es7.promise.finally": {
"chrome": "63",
"firefox": "58",
"safari": "tp",
"opera": "50"
}

View File

@ -242,7 +242,10 @@
"opera": "47"
},
"proposal-optional-catch-binding": {
"firefox": "58",
"safari": "tp"
},
"proposal-unicode-property-regex": {}
"proposal-unicode-property-regex": {
"safari": "tp"
}
}

View File

@ -57,7 +57,7 @@
"@babel/core": "7.0.0-beta.32",
"@babel/helper-fixtures": "7.0.0-beta.32",
"@babel/helper-plugin-test-runner": "7.0.0-beta.32",
"compat-table": "kangax/compat-table#957f1ff15972e8fb2892a172f985e9af27bf1c75",
"compat-table": "kangax/compat-table#baed064b31147eda2fb268ea708013d6208b8615",
"electron-to-chromium": "^1.3.27"
}
}