From 720539803b8b8a49e30416589e41b469d3b2cbb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 08:20:46 +0000 Subject: [PATCH] chore(deps): bump babel-plugin-danger-remove-unused-import Bumps [babel-plugin-danger-remove-unused-import](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/releases) - [Changelog](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/imcuttle/babel-plugin-danger-remove-unused-import/compare/v1.1.2...v2.0.0) Signed-off-by: dependabot-preview[bot] --- packages/taro-cli/package.json | 2 +- packages/taro-mini-runner/package.json | 2 +- packages/taro-rn-runner/package.json | 2 +- packages/taro-transformer-wx/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index 71d4890dbcbd..299b0f7022d2 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -48,7 +48,7 @@ "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-generator": "^6.26.1", - "babel-plugin-danger-remove-unused-import": "^1.1.1", + "babel-plugin-danger-remove-unused-import": "^2.0.0", "babel-plugin-preval": "1.6.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-define": "^1.3.0", diff --git a/packages/taro-mini-runner/package.json b/packages/taro-mini-runner/package.json index ed018cda03fd..8ec0f3d51e8f 100644 --- a/packages/taro-mini-runner/package.json +++ b/packages/taro-mini-runner/package.json @@ -38,7 +38,7 @@ "babel-core": "^6.26.3", "babel-generator": "^6.26.1", "babel-loader": "^8.0.6", - "babel-plugin-danger-remove-unused-import": "^1.1.2", + "babel-plugin-danger-remove-unused-import": "^2.0.0", "babel-plugin-preval": "1.6.2", "babel-plugin-transform-define": "^1.3.0", "babel-traverse": "^6.26.0", diff --git a/packages/taro-rn-runner/package.json b/packages/taro-rn-runner/package.json index cbc9da91930b..c653a15757f4 100644 --- a/packages/taro-rn-runner/package.json +++ b/packages/taro-rn-runner/package.json @@ -40,7 +40,7 @@ "@tarojs/taro": "2.0.4", "babel-generator": "^6.26.1", "babel-loader": "^8.0.6", - "babel-plugin-danger-remove-unused-import": "^1.1.2", + "babel-plugin-danger-remove-unused-import": "^2.0.0", "babel-plugin-preval": "1.6.2", "babel-plugin-transform-jsx-to-stylesheet": "2.0.4", "better-babel-generator": "^6.26.1", diff --git a/packages/taro-transformer-wx/package.json b/packages/taro-transformer-wx/package.json index 3c648bbdf078..04e495b95bf1 100644 --- a/packages/taro-transformer-wx/package.json +++ b/packages/taro-transformer-wx/package.json @@ -48,7 +48,7 @@ "babel-helper-evaluate-path": "^0.5.0", "babel-helper-mark-eval-scopes": "^0.4.3", "babel-helper-remove-or-void": "^0.4.3", - "babel-plugin-danger-remove-unused-import": "^1.1.1", + "babel-plugin-danger-remove-unused-import": "^2.0.0", "babel-plugin-minify-dead-code": "^1.3.2", "babel-plugin-preval": "1.6.2", "babel-plugin-syntax-dynamic-import": "^6.18.0",