babel-preset-meteor
Advanced tools
Comparing version 6.6.8 to 6.8.0
@@ -29,3 +29,2 @@ // TODO Somehow expose a hash of these plugin options? | ||
require("babel-plugin-transform-es2015-literals"), | ||
require("./plugins/sloppy-modules.js"), | ||
require("babel-plugin-transform-es2015-object-super"), | ||
@@ -32,0 +31,0 @@ require("babel-plugin-transform-es2015-parameters"), |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "6.6.8", | ||
"version": "6.8.0", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -10,33 +10,32 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"dependencies": { | ||
"babel-plugin-check-es2015-constants": "^6.7.2", | ||
"babel-plugin-syntax-async-functions": "^6.5.0", | ||
"babel-plugin-syntax-async-generators": "^6.5.0", | ||
"babel-plugin-syntax-flow": "^6.5.0", | ||
"babel-plugin-syntax-object-rest-spread": "^6.5.0", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.5.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.7.7", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.7.1", | ||
"babel-plugin-transform-es2015-classes": "^6.7.7", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.6.5", | ||
"babel-plugin-transform-es2015-destructuring": "^6.6.5", | ||
"babel-plugin-transform-es2015-for-of": "^6.6.0", | ||
"babel-plugin-transform-es2015-function-name": "^6.5.0", | ||
"babel-plugin-transform-es2015-literals": "^6.5.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.7", | ||
"babel-plugin-transform-es2015-object-super": "^6.6.5", | ||
"babel-plugin-transform-es2015-parameters": "^6.7.0", | ||
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", | ||
"babel-plugin-transform-es2015-spread": "^6.6.5", | ||
"babel-plugin-transform-es2015-sticky-regex": "^6.5.0", | ||
"babel-plugin-transform-es2015-template-literals": "^6.6.5", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.5.0", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0", | ||
"babel-plugin-transform-es3-property-literals": "^6.5.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.7.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
"babel-plugin-transform-regenerator": "^6.6.5", | ||
"babel-plugin-transform-runtime": "^6.7.5" | ||
"babel-plugin-check-es2015-constants": "^6.8.0", | ||
"babel-plugin-syntax-async-functions": "^6.8.0", | ||
"babel-plugin-syntax-async-generators": "^6.8.0", | ||
"babel-plugin-syntax-flow": "^6.8.0", | ||
"babel-plugin-syntax-object-rest-spread": "^6.8.0", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.8.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0", | ||
"babel-plugin-transform-es2015-classes": "^6.9.0", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.8.0", | ||
"babel-plugin-transform-es2015-destructuring": "^6.9.0", | ||
"babel-plugin-transform-es2015-for-of": "^6.8.0", | ||
"babel-plugin-transform-es2015-function-name": "^6.9.0", | ||
"babel-plugin-transform-es2015-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-object-super": "^6.8.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.9.0", | ||
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0", | ||
"babel-plugin-transform-es2015-spread": "^6.8.0", | ||
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | ||
"babel-plugin-transform-es2015-template-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.8.0", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0", | ||
"babel-plugin-transform-es3-property-literals": "^6.8.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.8.0", | ||
"babel-plugin-transform-regenerator": "^6.9.0", | ||
"babel-plugin-transform-runtime": "^6.9.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
134633
29
2851
6
1
- Removedbabel-plugin-transform-es2015-modules-commonjs@^6.7.7
- Removedbabel-plugin-transform-es2015-modules-commonjs@6.26.2(transitive)
- Removedbabel-plugin-transform-strict-mode@6.24.1(transitive)
Updatedbabel-plugin-transform-es2015-block-scoped-functions@^6.8.0
Updatedbabel-plugin-transform-es2015-computed-properties@^6.8.0
Updatedbabel-plugin-transform-es2015-shorthand-properties@^6.8.0
Updatedbabel-plugin-transform-es2015-template-literals@^6.8.0
Updatedbabel-plugin-transform-es3-member-expression-literals@^6.8.0