babel-preset-meteor
Advanced tools
Comparing version 7.3.4 to 7.4.3
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.3.4", | ||
"version": "7.4.3", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -11,3 +11,3 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.2.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.3.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", | ||
"@babel/plugin-syntax-async-generators": "^7.2.0", | ||
@@ -17,16 +17,16 @@ "@babel/plugin-syntax-flow": "^7.2.0", | ||
"@babel/plugin-transform-arrow-functions": "^7.2.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.3.4", | ||
"@babel/plugin-transform-async-to-generator": "^7.4.0", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.2.0", | ||
"@babel/plugin-transform-block-scoping": "^7.3.4", | ||
"@babel/plugin-transform-classes": "^7.3.4", | ||
"@babel/plugin-transform-block-scoping": "^7.4.0", | ||
"@babel/plugin-transform-classes": "^7.4.3", | ||
"@babel/plugin-transform-computed-properties": "^7.2.0", | ||
"@babel/plugin-transform-destructuring": "^7.3.2", | ||
"@babel/plugin-transform-destructuring": "^7.4.3", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.3.4", | ||
"@babel/plugin-transform-for-of": "^7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.4.0", | ||
"@babel/plugin-transform-for-of": "^7.4.3", | ||
"@babel/plugin-transform-literals": "^7.2.0", | ||
"@babel/plugin-transform-object-super": "^7.2.0", | ||
"@babel/plugin-transform-parameters": "^7.3.3", | ||
"@babel/plugin-transform-parameters": "^7.4.3", | ||
"@babel/plugin-transform-property-literals": "^7.2.0", | ||
"@babel/plugin-transform-regenerator": "^7.3.4", | ||
"@babel/plugin-transform-regenerator": "^7.4.3", | ||
"@babel/plugin-transform-shorthand-properties": "^7.2.0", | ||
@@ -37,7 +37,7 @@ "@babel/plugin-transform-spread": "^7.2.2", | ||
"@babel/plugin-transform-typeof-symbol": "^7.2.0", | ||
"@babel/plugin-transform-unicode-regex": "^7.2.0" | ||
"@babel/plugin-transform-unicode-regex": "^7.4.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0" | ||
"@babel/core": "^7.4.3" | ||
} | ||
} |