Update dependency @babel/plugin-transform-typescript to v7.18.4

This commit is contained in:
Renovate Bot 2022-05-29 23:49:25 +00:00 committed by renovate[bot]
parent 0b4d5c6963
commit f502517dba
2 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/cli": "7.17.10", "@babel/cli": "7.17.10",
"@babel/plugin-transform-typescript": "7.18.1", "@babel/plugin-transform-typescript": "7.18.4",
"@fontsource/encode-sans": "4.5.6", "@fontsource/encode-sans": "4.5.6",
"@icons-pack/react-simple-icons": "4.7.0", "@icons-pack/react-simple-icons": "4.7.0",
"@mdx-js/mdx": "1.6.22", "@mdx-js/mdx": "1.6.22",

View file

@ -1051,10 +1051,10 @@
dependencies: dependencies:
"@babel/helper-plugin-utils" "^7.16.7" "@babel/helper-plugin-utils" "^7.16.7"
"@babel/plugin-transform-typescript@7.18.1": "@babel/plugin-transform-typescript@7.18.4":
version "7.18.1" version "7.18.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.1.tgz#5fd8b86130bad95c4a24377b41ab989a9ccad22d" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.4.tgz#587eaf6a39edb8c06215e550dc939faeadd750bf"
integrity sha512-F+RJmL479HJmC0KeqqwEGZMg1P7kWArLGbAKfEi9yPthJyMNjF+DjxFF/halfQvq1Q9GFM4TUbYDNV8xe4Ctqg== integrity sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==
dependencies: dependencies:
"@babel/helper-create-class-features-plugin" "^7.18.0" "@babel/helper-create-class-features-plugin" "^7.18.0"
"@babel/helper-plugin-utils" "^7.17.12" "@babel/helper-plugin-utils" "^7.17.12"