Upgrade babel-plugin-mockable-imports
This fixes a code generation bug which broke the latest version of babel-plugin-transform-async-to-promises.
Showing
... | ... | @@ -20,7 +20,7 @@ |
"aws-sdk": "^2.345.0", | ||
"babel-plugin-angularjs-annotate": "^0.10.0", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
"babel-plugin-mockable-imports": "^1.1.0", | ||
"babel-plugin-mockable-imports": "^1.5.1", | ||
"babel-plugin-transform-async-to-promises": "^0.8.6", | ||
"babelify": "^10.0.0", | ||
"browserify": "^16.2.3", | ||
... | ... |
Please register or sign in to comment