Update compat-data in babel-preset-env (#6489)

This commit is contained in:
Daniel Tschinder 2017-10-16 17:07:41 +02:00 committed by Henry Zhu
parent 3659652fae
commit 9d00dac416
2 changed files with 2 additions and 1 deletions

View File

@ -240,6 +240,7 @@
},
"transform-async-generator-functions": {
"chrome": "63",
"firefox": "57",
"opera": "50"
},
"transform-object-rest-spread": {

View File

@ -54,6 +54,6 @@
"babel-cli": "7.0.0-beta.3",
"babel-helper-fixtures": "7.0.0-beta.3",
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"compat-table": "kangax/compat-table#07dce174cc63f2b15b5f86b99cdfc89358dd072a"
"compat-table": "kangax/compat-table#957f1ff15972e8fb2892a172f985e9af27bf1c75"
}
}