@dlghq/babel-preset-dialog
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@dlghq/babel-preset-dialog", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Babel preset for Dialog projects", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"babel-plugin-check-es2015-constants": "^6.8.0", | ||
"babel-plugin-lodash": "^3.2.6", | ||
"babel-plugin-lodash": "^3.2.8", | ||
"babel-plugin-syntax-flow": "^6.13.0", | ||
@@ -16,4 +16,4 @@ "babel-plugin-syntax-jsx": "^6.13.0", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.10.1", | ||
"babel-plugin-transform-es2015-classes": "^6.9.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.14.0", | ||
"babel-plugin-transform-es2015-classes": "^6.14.0", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.8.0", | ||
@@ -25,3 +25,3 @@ "babel-plugin-transform-es2015-destructuring": "^6.9.0", | ||
"babel-plugin-transform-es2015-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", | ||
"babel-plugin-transform-es2015-object-super": "^6.8.0", | ||
@@ -36,3 +36,3 @@ "babel-plugin-transform-es2015-parameters": "^6.11.4", | ||
"babel-plugin-transform-export-extensions": "^6.8.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.14.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.8.0", | ||
@@ -39,0 +39,0 @@ "babel-plugin-transform-react-constant-elements": "^6.9.1", |
4494