Skip to content

Commit

Permalink
build(deps-dev): bump babel-plugin-import in /web/app (#11181)
Browse files Browse the repository at this point in the history
Bumps [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) from 1.13.6 to 1.13.8.
- [Release notes](https://github.com/ant-design/babel-plugin-import/releases)
- [Commits](umijs/babel-plugin-import@v1.13.6...v1.13.8)

---
updated-dependencies:
- dependency-name: babel-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent bfbb6d2 commit aec52aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.6",
"babel-plugin-import": "^1.13.8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chai": "4.3.7",
Expand Down
17 changes: 5 additions & 12 deletions web/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,7 @@
dependencies:
"@babel/types" "^7.22.5"

"@babel/helper-module-imports@^7.0.0":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
dependencies:
"@babel/types" "^7.18.6"

"@babel/helper-module-imports@^7.22.5":
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.22.5":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
Expand Down Expand Up @@ -2614,10 +2607,10 @@ babel-loader@^9.1.3:
find-cache-dir "^4.0.0"
schema-utils "^4.0.0"

babel-plugin-import@^1.13.6:
version "1.13.6"
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.6.tgz#4ff2aa3b9759e6a4458ce59890da3684fe3dda9d"
integrity sha512-N7FYnGh0DFsvDRkAPsvFq/metVfVD7P2h1rokOPpEH4cZbdRHCW+2jbXt0nnuqowkm/xhh2ww1anIdEpfYa7ZA==
babel-plugin-import@^1.13.8:
version "1.13.8"
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz#782c517f6bbf2de3b1f75aaafd6d20a491c4878c"
integrity sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==
dependencies:
"@babel/helper-module-imports" "^7.0.0"

Expand Down

0 comments on commit aec52aa

Please sign in to comment.