Update preset-env data (#8898)

This commit is contained in:
Brian Ng 2018-10-25 09:48:41 -05:00 committed by GitHub
parent 84e7884d9c
commit d942d47e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -837,6 +837,7 @@
},
"es7.promise.finally": {
"chrome": "63",
"edge": "18",
"firefox": "58",
"safari": "11.1",
"ios": "11.3",
@ -1059,6 +1060,7 @@
"chrome": "63",
"firefox": "57",
"safari": "12",
"ios": "12",
"opera": "50",
"electron": "3"
},
@ -1440,6 +1442,8 @@
"chrome": "69",
"firefox": "62",
"safari": "12",
"opera": "56"
"ios": "12",
"opera": "56",
"electron": "4"
}
}

View File

@ -230,6 +230,7 @@
"chrome": "63",
"firefox": "57",
"safari": "12",
"ios": "12",
"opera": "50",
"electron": "3"
},
@ -240,7 +241,7 @@
"node": "8.3",
"ios": "11.3",
"opera": "47",
"electron": "2"
"electron": "2.1"
},
"proposal-unicode-property-regex": {
"chrome": "64",

View File

@ -65,7 +65,7 @@
"@babel/helper-fixtures": "^7.0.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"caniuse-db": "1.0.30000851",
"compat-table": "kangax/compat-table#ce39b436201a8d037cc1b943770a21e07769d684",
"electron-to-chromium": "1.3.55"
"compat-table": "kangax/compat-table#e3630aade96bbe1d228498c18168fe7f2cd15697",
"electron-to-chromium": "1.3.79"
}
}