From 936b001c34f1212b4efe61c6bb3a173fafcd55af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 01:41:29 +0000 Subject: [PATCH] Bump babel-plugin-import from 1.11.0 to 1.12.1 Bumps [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/ant-design/babel-plugin-import/releases) - [Commits](https://github.com/ant-design/babel-plugin-import/compare/1.11.0...v1.12.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 204aa46..0dab78c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/plugin-transform-runtime": "7.5.5", "@babel/preset-env": "7.5.5", "babel-eslint": "10.0.2", - "babel-plugin-import": "1.11.0", + "babel-plugin-import": "1.12.1", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-plugin-import": "2.17.2", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..04e9b7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,9 +954,10 @@ babel-plugin-dynamic-import-node@^2.3.0: dependencies: object.assign "^4.1.0" -babel-plugin-import@1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.11.0.tgz#78ac908e6b225206babb734e19eae5f78d6d1035" +babel-plugin-import@1.12.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.12.1.tgz#a63b0a6f8f7484db660c59665185aa3b0c2f9f3f" + integrity sha512-3BwVJFEByTUyqZWOxizr/YwYcqqre2EebmgSUtXyToJbHzJv6rTxA0LApDntvwERlmIvcM6lUktUN0snMTjOsA== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"