Skip to content

Commit

Permalink
Bump @types/babel__helper-module-imports to ^7.18.1 (#39015)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 21f6138 commit 9536edb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@mui/material": "^5.14.10",
"@types/babel__core": "^7.20.1",
"@types/babel__helper-module-imports": "^7.18.0",
"@types/babel__helper-module-imports": "^7.18.1",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/chai": "^4.3.6",
"@types/lodash.get": "^4.4.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3454,10 +3454,10 @@
dependencies:
"@babel/types" "^7.0.0"

"@types/babel__helper-module-imports@^7.18.0":
version "7.18.0"
resolved "https://registry.yarnpkg.com/@types/babel__helper-module-imports/-/babel__helper-module-imports-7.18.0.tgz#63033441e16edb3d59acb74953ea6794cefbec69"
integrity sha512-bXrjmO0EhInafHtFIaimws2rDf8Sp0E6T3cstzSL4lUAPtzZ2GhoV48U6n4IHyBIBsd88r4JIw2UPTqlyWwXcg==
"@types/babel__helper-module-imports@^7.18.1":
version "7.18.1"
resolved "https://registry.yarnpkg.com/@types/babel__helper-module-imports/-/babel__helper-module-imports-7.18.1.tgz#cb378c6223d29fb642b447a6836f5805c7b8e619"
integrity sha512-hcujLRN2xQo0PdF6/KRJ7+qSSDbISbfN6xvLcqPEmlepzK761/63OrMEuIDxqVQ43zyXWBV7grX6+zBK0aydGQ==
dependencies:
"@types/babel__core" "*"
"@types/babel__traverse" "*"
Expand Down

0 comments on commit 9536edb

Please sign in to comment.