Browse Source

chore(deps): update dependency babel-plugin-import to ^1.12.2

feat/auto-update
Renovate Bot 5 years ago
committed by renovate[bot]
parent
commit
a800e49233
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -71,7 +71,7 @@
"@typescript-eslint/parser": "^2.3.0",
"antd": "^3.23.4",
"babel-plugin-emotion": "^10.0.19",
"babel-plugin-import": "^1.12.1",
"babel-plugin-import": "^1.12.2",
"bitcoin-core": "^2.2.1",
"codecov": "^3.6.1",
"commitizen": "^4.0.3",

8
yarn.lock

@ -3383,10 +3383,10 @@ babel-plugin-emotion@^10.0.14, babel-plugin-emotion@^10.0.17, babel-plugin-emoti
find-root "^1.1.0"
source-map "^0.5.7"
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==
babel-plugin-import@^1.12.2:
version "1.12.2"
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.12.2.tgz#bb8e11dabae68fbff4484c8e2bc2db1e086286a8"
integrity sha512-Vz9s+I6vAnsY8sYczU/cdtkKAHSorapa/2St6K+OzowplKizpWxul4HLi3kj1eRmHMFjhbROSMGXP+mFna2nUw==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/runtime" "^7.0.0"

Loading…
Cancel
Save