babel-preset-meteor
Advanced tools
Comparing version 7.5.3 to 7.5.5
@@ -7,5 +7,2 @@ exports.getPreset = function (api, options) { | ||
require("@babel/plugin-syntax-object-rest-spread"), | ||
[require("@babel/plugin-transform-for-of"), { | ||
loose: true | ||
}], | ||
require("@babel/plugin-transform-literals"), | ||
@@ -32,3 +29,3 @@ require("@babel/plugin-transform-template-literals"), | ||
edge: 15, | ||
firefox: 52, | ||
firefox: 53, | ||
mobile_safari: [10, 3], | ||
@@ -35,0 +32,0 @@ node: 8, |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.5.3", | ||
"version": "7.5.5", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -11,4 +11,4 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.2.0", | ||
"@babel/plugin-proposal-class-properties": "^7.5.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.4", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/plugin-syntax-async-generators": "^7.2.0", | ||
@@ -21,4 +21,4 @@ "@babel/plugin-syntax-class-properties": "^7.2.0", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.2.0", | ||
"@babel/plugin-transform-block-scoping": "^7.4.4", | ||
"@babel/plugin-transform-classes": "^7.4.4", | ||
"@babel/plugin-transform-block-scoping": "^7.5.5", | ||
"@babel/plugin-transform-classes": "^7.5.5", | ||
"@babel/plugin-transform-computed-properties": "^7.2.0", | ||
@@ -30,3 +30,3 @@ "@babel/plugin-transform-destructuring": "^7.5.0", | ||
"@babel/plugin-transform-literals": "^7.2.0", | ||
"@babel/plugin-transform-object-super": "^7.2.0", | ||
"@babel/plugin-transform-object-super": "^7.5.5", | ||
"@babel/plugin-transform-parameters": "^7.4.4", | ||
@@ -43,4 +43,4 @@ "@babel/plugin-transform-property-literals": "^7.2.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.5.4" | ||
"@babel/core": "^7.5.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7003
77