babel-preset-meteor
Advanced tools
Comparing version
@@ -27,3 +27,5 @@ exports.getPreset = function (api, options) { | ||
// https://github.com/Kilian/electron-to-chromium/blob/master/full-versions.js | ||
electron: [1, 6] | ||
electron: [1, 6], | ||
// https://github.com/meteor/babel-preset-meteor/issues/13 | ||
samsungInternet: [6, 2] | ||
}; |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.9.0", | ||
"version": "7.10.0", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -13,10 +13,11 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"dependencies": { | ||
"@babel/plugin-proposal-async-generator-functions": "^7.8.3", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.13.15", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8", | ||
"@babel/plugin-proposal-optional-chaining": "^7.13.12", | ||
"@babel/plugin-syntax-async-generators": "^7.8.4", | ||
"@babel/plugin-syntax-class-properties": "^7.8.3", | ||
"@babel/plugin-syntax-class-properties": "^7.12.13", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", | ||
@@ -26,26 +27,26 @@ "@babel/plugin-syntax-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-syntax-optional-chaining": "^7.8.3", | ||
"@babel/plugin-transform-arrow-functions": "^7.8.3", | ||
"@babel/plugin-transform-async-to-generator": "^7.8.3", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.8.3", | ||
"@babel/plugin-transform-block-scoping": "^7.8.3", | ||
"@babel/plugin-transform-classes": "^7.9.2", | ||
"@babel/plugin-transform-computed-properties": "^7.8.3", | ||
"@babel/plugin-transform-destructuring": "^7.8.8", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3", | ||
"@babel/plugin-transform-for-of": "^7.9.0", | ||
"@babel/plugin-transform-literals": "^7.8.3", | ||
"@babel/plugin-transform-object-super": "^7.8.3", | ||
"@babel/plugin-transform-parameters": "^7.9.3", | ||
"@babel/plugin-transform-property-literals": "^7.8.3", | ||
"@babel/plugin-transform-regenerator": "^7.8.7", | ||
"@babel/plugin-transform-shorthand-properties": "^7.8.3", | ||
"@babel/plugin-transform-spread": "^7.8.3", | ||
"@babel/plugin-transform-sticky-regex": "^7.8.3", | ||
"@babel/plugin-transform-template-literals": "^7.8.3", | ||
"@babel/plugin-transform-typeof-symbol": "^7.8.4", | ||
"@babel/plugin-transform-unicode-regex": "^7.8.3" | ||
"@babel/plugin-transform-arrow-functions": "^7.13.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.13.0", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.12.13", | ||
"@babel/plugin-transform-block-scoping": "^7.13.16", | ||
"@babel/plugin-transform-classes": "^7.13.0", | ||
"@babel/plugin-transform-computed-properties": "^7.13.0", | ||
"@babel/plugin-transform-destructuring": "^7.13.17", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.12.13", | ||
"@babel/plugin-transform-for-of": "^7.13.0", | ||
"@babel/plugin-transform-literals": "^7.12.13", | ||
"@babel/plugin-transform-object-super": "^7.12.13", | ||
"@babel/plugin-transform-parameters": "^7.13.0", | ||
"@babel/plugin-transform-property-literals": "^7.12.13", | ||
"@babel/plugin-transform-regenerator": "^7.13.15", | ||
"@babel/plugin-transform-shorthand-properties": "^7.12.13", | ||
"@babel/plugin-transform-spread": "^7.13.0", | ||
"@babel/plugin-transform-sticky-regex": "^7.12.13", | ||
"@babel/plugin-transform-template-literals": "^7.13.0", | ||
"@babel/plugin-transform-typeof-symbol": "^7.12.13", | ||
"@babel/plugin-transform-unicode-regex": "^7.12.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.9.0" | ||
"@babel/core": "7.14.0" | ||
} | ||
} |
@@ -19,2 +19,4 @@ exports.plugins = [ | ||
require("@babel/plugin-proposal-object-rest-spread"), | ||
require("@babel/plugin-proposal-logical-assignment-operators"), | ||
]; |
7952
3.5%79
3.95%33
3.13%+ Added
+ Added
+ Added
Updated
Updated
Updated
Updated
Updated
Updated