babel-preset-meteor
Advanced tools
Comparing version 7.0.0-beta.46 to 7.0.0-beta.47
@@ -26,15 +26,2 @@ exports.getPreset = function (api, options) { | ||
// Minimum versions if we compile async functions to wrapped generator | ||
// functions (which necessitates the classes transform because of a bug | ||
// with async methods): | ||
exports.minimumVersions = { | ||
chrome: 49, | ||
edge: 13, | ||
firefox: 46, | ||
mobile_safari: 10, | ||
node: 8, | ||
opera: 38, | ||
safari: 10 | ||
}; | ||
// Minimum versions if we assume native support for async functions. | ||
@@ -50,3 +37,6 @@ // Amazingly, this accounts for 70%+ of internet users! | ||
opera: 42, | ||
safari: [10, 1] | ||
safari: [10, 1], | ||
// Electron 1.6.0 uses Chromium 56.0.2924.87, per | ||
// https://github.com/Kilian/electron-to-chromium/blob/master/full-versions.js | ||
electron: [1, 6] | ||
}; |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.0.0-beta.46", | ||
"version": "7.0.0-beta.47", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -10,32 +10,32 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"dependencies": { | ||
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.46", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", | ||
"@babel/plugin-syntax-async-generators": "^7.0.0-beta.46", | ||
"@babel/plugin-syntax-flow": "^7.0.0-beta.46", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-arrow-functions": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-classes": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-computed-properties": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-destructuring": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-for-of": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-literals": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-object-super": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-parameters": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-property-literals": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-regenerator": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-shorthand-properties": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-spread": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-sticky-regex": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-template-literals": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-typeof-symbol": "^7.0.0-beta.46", | ||
"@babel/plugin-transform-unicode-regex": "^7.0.0-beta.46" | ||
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.47", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.47", | ||
"@babel/plugin-syntax-async-generators": "^7.0.0-beta.47", | ||
"@babel/plugin-syntax-flow": "^7.0.0-beta.47", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-arrow-functions": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-classes": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-computed-properties": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-destructuring": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-for-of": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-literals": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-object-super": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-parameters": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-property-literals": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-regenerator": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-shorthand-properties": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-spread": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-sticky-regex": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-template-literals": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-typeof-symbol": "^7.0.0-beta.47", | ||
"@babel/plugin-transform-unicode-regex": "^7.0.0-beta.47" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.46" | ||
"@babel/core": "^7.0.0-beta.47" | ||
} | ||
} |
7061
79
Updated@babel/plugin-proposal-async-generator-functions@^7.0.0-beta.47
Updated@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.47
Updated@babel/plugin-syntax-object-rest-spread@^7.0.0-beta.47
Updated@babel/plugin-transform-arrow-functions@^7.0.0-beta.47
Updated@babel/plugin-transform-async-to-generator@^7.0.0-beta.47
Updated@babel/plugin-transform-block-scoped-functions@^7.0.0-beta.47
Updated@babel/plugin-transform-computed-properties@^7.0.0-beta.47
Updated@babel/plugin-transform-exponentiation-operator@^7.0.0-beta.47
Updated@babel/plugin-transform-flow-strip-types@^7.0.0-beta.47
Updated@babel/plugin-transform-property-literals@^7.0.0-beta.47
Updated@babel/plugin-transform-shorthand-properties@^7.0.0-beta.47
Updated@babel/plugin-transform-template-literals@^7.0.0-beta.47