babel-preset-meteor
Advanced tools
Comparing version 6.8.1 to 6.9.0
{ | ||
"name": "babel-preset-meteor", | ||
"version": "6.8.1", | ||
"version": "6.9.0", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -38,7 +38,11 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"babel-plugin-transform-regenerator": "^6.9.0", | ||
"babel-plugin-transform-runtime": "^6.9.0" | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-template": "^6.9.0", | ||
"babel-traverse": "^6.9.0", | ||
"babel-types": "^6.9.1", | ||
"lodash": "^4.13.1" | ||
}, | ||
"peerDependencies": { | ||
"babel-runtime": "^6.9.0" | ||
"babel-runtime": "^6.9.2" | ||
} | ||
} |
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
40783
34
780
1
+ Addedbabel-template@^6.9.0
+ Addedbabel-traverse@^6.9.0
+ Addedbabel-types@^6.9.1
+ Addedlodash@^4.13.1