babel-preset-stage-1
Advanced tools
Comparing version 7.0.0-alpha.19 to 7.0.0-alpha.20
@@ -8,3 +8,3 @@ "use strict"; | ||
presets: [_babelPresetStage2.default], | ||
plugins: [_babelPluginTransformDecorators2.default, _babelPluginTransformExportExtensions2.default, _babelPluginTransformNumericSeparator2.default, _babelPluginTransformOptionalChaining2.default] | ||
plugins: [_babelPluginTransformDecorators2.default, _babelPluginTransformExportDefault2.default, _babelPluginTransformOptionalChaining2.default] | ||
}; | ||
@@ -21,10 +21,6 @@ }; | ||
var _babelPluginTransformExportExtensions = require("babel-plugin-transform-export-extensions"); | ||
var _babelPluginTransformExportDefault = require("babel-plugin-transform-export-default"); | ||
var _babelPluginTransformExportExtensions2 = _interopRequireDefault(_babelPluginTransformExportExtensions); | ||
var _babelPluginTransformExportDefault2 = _interopRequireDefault(_babelPluginTransformExportDefault); | ||
var _babelPluginTransformNumericSeparator = require("babel-plugin-transform-numeric-separator"); | ||
var _babelPluginTransformNumericSeparator2 = _interopRequireDefault(_babelPluginTransformNumericSeparator); | ||
var _babelPluginTransformOptionalChaining = require("babel-plugin-transform-optional-chaining"); | ||
@@ -31,0 +27,0 @@ |
{ | ||
"name": "babel-preset-stage-1", | ||
"version": "7.0.0-alpha.19", | ||
"version": "7.0.0-alpha.20", | ||
"description": "Babel preset for stage 1 plugins", | ||
@@ -11,8 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-transform-decorators": "7.0.0-alpha.19", | ||
"babel-plugin-transform-export-extensions": "7.0.0-alpha.19", | ||
"babel-plugin-transform-numeric-separator": "7.0.0-alpha.19", | ||
"babel-plugin-transform-optional-chaining": "7.0.0-alpha.19", | ||
"babel-preset-stage-2": "7.0.0-alpha.19" | ||
"babel-plugin-transform-decorators": "7.0.0-alpha.20", | ||
"babel-plugin-transform-export-default": "7.0.0-alpha.20", | ||
"babel-plugin-transform-optional-chaining": "7.0.0-alpha.20", | ||
"babel-preset-stage-2": "7.0.0-alpha.20" | ||
} | ||
} |
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
4
3121
16
+ Addedbabel-code-frame@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-function-name@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-get-function-arity@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-remap-async-to-generator@7.0.0-alpha.20(transitive)
+ Addedbabel-helper-wrap-function@7.0.0-alpha.20(transitive)
+ Addedbabel-messages@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-async-generators@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-class-properties@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-decorators@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-dynamic-import@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-export-extensions@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-function-sent@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-numeric-separator@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-object-rest-spread@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-optional-catch-binding@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-syntax-optional-chaining@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-async-generator-functions@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-class-properties@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-decorators@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-export-default@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-export-namespace@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-function-sent@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-numeric-separator@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-object-rest-spread@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-optional-catch-binding@7.0.0-alpha.20(transitive)
+ Addedbabel-plugin-transform-optional-chaining@7.0.0-alpha.20(transitive)
+ Addedbabel-preset-stage-2@7.0.0-alpha.20(transitive)
+ Addedbabel-preset-stage-3@7.0.0-alpha.20(transitive)
+ Addedbabel-template@7.0.0-alpha.20(transitive)
+ Addedbabel-traverse@7.0.0-alpha.20(transitive)
+ Addedbabel-types@7.0.0-alpha.20(transitive)
+ Addedbabylon@7.0.0-beta.22(transitive)
- Removedbabel-plugin-transform-export-extensions@7.0.0-alpha.19
- Removedbabel-plugin-transform-numeric-separator@7.0.0-alpha.19
- Removedbabel-code-frame@7.0.0-alpha.19(transitive)
- Removedbabel-helper-function-name@7.0.0-alpha.19(transitive)
- Removedbabel-helper-get-function-arity@7.0.0-alpha.19(transitive)
- Removedbabel-helper-remap-async-to-generator@7.0.0-alpha.19(transitive)
- Removedbabel-helper-wrap-function@7.0.0-alpha.19(transitive)
- Removedbabel-messages@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-async-generators@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-class-properties@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-decorators@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-dynamic-import@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-export-extensions@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-function-sent@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-numeric-separator@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-object-rest-spread@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-optional-catch-binding@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-syntax-optional-chaining@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-async-generator-functions@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-class-properties@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-decorators@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-export-extensions@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-function-sent@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-numeric-separator@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-object-rest-spread@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-optional-catch-binding@7.0.0-alpha.19(transitive)
- Removedbabel-plugin-transform-optional-chaining@7.0.0-alpha.19(transitive)
- Removedbabel-preset-stage-2@7.0.0-alpha.19(transitive)
- Removedbabel-preset-stage-3@7.0.0-alpha.19(transitive)
- Removedbabel-template@7.0.0-alpha.19(transitive)
- Removedbabel-traverse@7.0.0-alpha.19(transitive)
- Removedbabel-types@7.0.0-alpha.19(transitive)
- Removedbabylon@7.0.0-beta.18(transitive)
Updatedbabel-plugin-transform-optional-chaining@7.0.0-alpha.20