chore(deps-dev): bump babel-plugin-tsconfig-paths-module-resolver from 1.0.3 to 1.0.4 (#5396)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-29 10:21:39 -07:00
committed by GitHub
parent 045dbb932e
commit 20ea422f77
2 changed files with 5 additions and 5 deletions

View File

@@ -292,7 +292,7 @@
"babel-jest": "^29.4.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.3",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.4",
"browserslist-to-esbuild": "^1.2.0",
"concurrently": "^7.4.0",
"enzyme": "^3.11.0",

View File

@@ -4132,10 +4132,10 @@ babel-plugin-transform-typescript-metadata@^0.3.2:
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
babel-plugin-tsconfig-paths-module-resolver@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/babel-plugin-tsconfig-paths-module-resolver/-/babel-plugin-tsconfig-paths-module-resolver-1.0.3.tgz#ed5296034c82ac54a55b5e43e5d5789079545823"
integrity sha512-VfQNSKv8kTdKvBYWC7ck5lOs4/yV/6msDNOPjlwQqeRJcpAgp8oS1a6fqeSlhKeumTwVoNeFs9MFGYqG5ut/bg==
babel-plugin-tsconfig-paths-module-resolver@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/babel-plugin-tsconfig-paths-module-resolver/-/babel-plugin-tsconfig-paths-module-resolver-1.0.4.tgz#114a1761033c1534d1b55ad347be67eebefeeeeb"
integrity sha512-XnIYjL6J2l8mt3oO+mXGkuLRCBhhNlS+LlCqmjTZfXpQCJod8dLETKrJA2wPRbQi8YAKqjfFxc7PhklTGcJ9hQ==
dependencies:
babel-plugin-module-resolver "^4.1.0"
tsconfig-paths "^3.11.0"