From 81423435482912947e9559b6a04a67fe24a90332 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Jun 2018 11:15:31 +0000 Subject: [PATCH] Update dependency babel-plugin-import to v1.8.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ce8ae473a..569eea938 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint:fix": "yarn run lint:prettier-eslintfix && yarn run lint:eslintfix && yarn run lint:less" }, "devDependencies": { - "babel-plugin-import": "1.7.0", + "babel-plugin-import": "1.8.0", "babel-plugin-transform-decorators-legacy": "1.3.5", "babel-polyfill": "6.26.0", "enzyme": "3.3.0", diff --git a/yarn.lock b/yarn.lock index 748e74a8f..3a62fe8b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -727,9 +727,9 @@ babel-plugin-dynamic-import-node@1.1.0: babel-template "^6.26.0" babel-types "^6.26.0" -babel-plugin-import@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.7.0.tgz#7da886c26d46a048bc9ed126890fa7e419a6133d" +babel-plugin-import@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.8.0.tgz#260deddd78f6fea0d110e1d106ba72a518d3c88c" dependencies: "@babel/helper-module-imports" "^7.0.0-beta.34"