babel-preset-meteor
Advanced tools
Comparing version 7.7.0 to 7.7.4
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.7.0", | ||
"version": "7.7.4", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -9,41 +9,44 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"main": "index.js", | ||
"scripts": { | ||
"update-versions": "bash scripts/update-versions" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-async-generator-functions": "^7.7.0", | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.6.0", | ||
"@babel/plugin-syntax-async-generators": "^7.2.0", | ||
"@babel/plugin-syntax-class-properties": "^7.2.0", | ||
"@babel/plugin-syntax-flow": "^7.7.0", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.2.0", | ||
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0", | ||
"@babel/plugin-syntax-optional-chaining": "^7.2.0", | ||
"@babel/plugin-transform-arrow-functions": "^7.2.0", | ||
"@babel/plugin-transform-async-to-generator": "^7.7.0", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.2.0", | ||
"@babel/plugin-transform-block-scoping": "^7.6.3", | ||
"@babel/plugin-transform-classes": "^7.7.0", | ||
"@babel/plugin-transform-computed-properties": "^7.2.0", | ||
"@babel/plugin-transform-destructuring": "^7.6.0", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.6.3", | ||
"@babel/plugin-transform-for-of": "^7.4.4", | ||
"@babel/plugin-transform-literals": "^7.2.0", | ||
"@babel/plugin-transform-object-super": "^7.5.5", | ||
"@babel/plugin-transform-parameters": "^7.4.4", | ||
"@babel/plugin-transform-property-literals": "^7.2.0", | ||
"@babel/plugin-transform-regenerator": "^7.7.0", | ||
"@babel/plugin-transform-shorthand-properties": "^7.2.0", | ||
"@babel/plugin-transform-spread": "^7.6.2", | ||
"@babel/plugin-transform-sticky-regex": "^7.2.0", | ||
"@babel/plugin-transform-template-literals": "^7.4.4", | ||
"@babel/plugin-transform-typeof-symbol": "^7.2.0", | ||
"@babel/plugin-transform-unicode-regex": "^7.7.0" | ||
"@babel/plugin-proposal-async-generator-functions": "^7.7.4", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.4", | ||
"@babel/plugin-syntax-async-generators": "^7.7.4", | ||
"@babel/plugin-syntax-class-properties": "^7.7.4", | ||
"@babel/plugin-syntax-flow": "^7.7.4", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.7.4", | ||
"@babel/plugin-syntax-optional-catch-binding": "^7.7.4", | ||
"@babel/plugin-syntax-optional-chaining": "^7.7.4", | ||
"@babel/plugin-transform-arrow-functions": "^7.7.4", | ||
"@babel/plugin-transform-async-to-generator": "^7.7.4", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.7.4", | ||
"@babel/plugin-transform-block-scoping": "^7.7.4", | ||
"@babel/plugin-transform-classes": "^7.7.4", | ||
"@babel/plugin-transform-computed-properties": "^7.7.4", | ||
"@babel/plugin-transform-destructuring": "^7.7.4", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.7.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.7.4", | ||
"@babel/plugin-transform-for-of": "^7.7.4", | ||
"@babel/plugin-transform-literals": "^7.7.4", | ||
"@babel/plugin-transform-object-super": "^7.7.4", | ||
"@babel/plugin-transform-parameters": "^7.7.4", | ||
"@babel/plugin-transform-property-literals": "^7.7.4", | ||
"@babel/plugin-transform-regenerator": "^7.7.4", | ||
"@babel/plugin-transform-shorthand-properties": "^7.7.4", | ||
"@babel/plugin-transform-spread": "^7.7.4", | ||
"@babel/plugin-transform-sticky-regex": "^7.7.4", | ||
"@babel/plugin-transform-template-literals": "^7.7.4", | ||
"@babel/plugin-transform-typeof-symbol": "^7.7.4", | ||
"@babel/plugin-transform-unicode-regex": "^7.7.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.0" | ||
"@babel/core": "7.7.4" | ||
} | ||
} |
@@ -11,2 +11,9 @@ # babel-preset-meteor | ||
## Updating dependency versions | ||
```sh | ||
$ cd path/to/babel-preset-meteor | ||
$ npm run update-versions | ||
``` | ||
## Usage | ||
@@ -13,0 +20,0 @@ |
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
7990
7
43
Updated@babel/plugin-proposal-async-generator-functions@^7.7.4
Updated@babel/plugin-proposal-nullish-coalescing-operator@^7.7.4
Updated@babel/plugin-syntax-nullish-coalescing-operator@^7.7.4
Updated@babel/plugin-transform-block-scoped-functions@^7.7.4
Updated@babel/plugin-transform-exponentiation-operator@^7.7.4