Bump compat-table for Chrome 63 (#6462)

This commit is contained in:
Brian Ng 2017-10-11 12:22:32 -05:00 committed by Henry Zhu
parent be58de2b62
commit d7fd8888fa
3 changed files with 9 additions and 3 deletions

View File

@ -846,5 +846,8 @@
"opera": "44",
"electron": "1.7"
},
"es7.promise.finally": {}
"es7.promise.finally": {
"chrome": "63",
"opera": "50"
}
}

View File

@ -238,7 +238,10 @@
"opera": "45",
"electron": "1.7"
},
"transform-async-generator-functions": {},
"transform-async-generator-functions": {
"chrome": "63",
"opera": "50"
},
"transform-object-rest-spread": {
"chrome": "60",
"firefox": "55",

View File

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