Skip to content

Commit

Permalink
Update preset-env data (#8898)
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism committed Oct 25, 2018
1 parent 84e7884 commit d942d47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/babel-preset-env/data/built-ins.json
Expand Up @@ -837,6 +837,7 @@
},
"es7.promise.finally": {
"chrome": "63",
"edge": "18",
"firefox": "58",
"safari": "11.1",
"ios": "11.3",
Expand Down Expand Up @@ -1059,6 +1060,7 @@
"chrome": "63",
"firefox": "57",
"safari": "12",
"ios": "12",
"opera": "50",
"electron": "3"
},
Expand Down Expand Up @@ -1440,6 +1442,8 @@
"chrome": "69",
"firefox": "62",
"safari": "12",
"opera": "56"
"ios": "12",
"opera": "56",
"electron": "4"
}
}
3 changes: 2 additions & 1 deletion packages/babel-preset-env/data/plugins.json
Expand Up @@ -230,6 +230,7 @@
"chrome": "63",
"firefox": "57",
"safari": "12",
"ios": "12",
"opera": "50",
"electron": "3"
},
Expand All @@ -240,7 +241,7 @@
"node": "8.3",
"ios": "11.3",
"opera": "47",
"electron": "2"
"electron": "2.1"
},
"proposal-unicode-property-regex": {
"chrome": "64",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-env/package.json
Expand Up @@ -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"
}
}

0 comments on commit d942d47

Please sign in to comment.