diff --git a/package.json b/package.json index f2ff143..2704293 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.0", "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 1bcf09e..ad37ac7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -952,9 +952,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.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.12.0.tgz#12d50950aecfd8de3f10880730221f0f0843a755" + integrity sha512-3Fo7sJ2Hm71y1VJS7eMA/E7J5+roKJmzwia5BxzUQREBs6CRylwtvQq8m39W8nplG4Y7rZwOCndh5MzRTSmHpA== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/runtime" "^7.0.0"