Skip to content

Commit e80d4d7

Browse files
chore(deps): update dependency @babel/preset-react to ^7.28.5 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 929a383 commit e80d4d7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.28.5",
3333
"@babel/plugin-transform-runtime": "^7.28.5",
3434
"@babel/preset-env": "^7.28.5",
35-
"@babel/preset-react": "^7.27.1",
35+
"@babel/preset-react": "^7.28.5",
3636
"@testing-library/react": "^15.0.7",
3737
"@types/invariant": "^2.2.37",
3838
"@types/jest": "^27.5.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -789,10 +789,10 @@
789789
dependencies:
790790
"@babel/helper-plugin-utils" "^7.27.1"
791791

792-
"@babel/plugin-transform-react-display-name@^7.27.1":
793-
version "7.27.1"
794-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz#43af31362d71f7848cfac0cbc212882b1a16e80f"
795-
integrity sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==
792+
"@babel/plugin-transform-react-display-name@^7.28.0":
793+
version "7.28.0"
794+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de"
795+
integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==
796796
dependencies:
797797
"@babel/helper-plugin-utils" "^7.27.1"
798798

@@ -1008,14 +1008,14 @@
10081008
"@babel/types" "^7.4.4"
10091009
esutils "^2.0.2"
10101010

1011-
"@babel/preset-react@^7.27.1":
1012-
version "7.27.1"
1013-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.27.1.tgz#86ea0a5ca3984663f744be2fd26cb6747c3fd0ec"
1014-
integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==
1011+
"@babel/preset-react@^7.28.5":
1012+
version "7.28.5"
1013+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9"
1014+
integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==
10151015
dependencies:
10161016
"@babel/helper-plugin-utils" "^7.27.1"
10171017
"@babel/helper-validator-option" "^7.27.1"
1018-
"@babel/plugin-transform-react-display-name" "^7.27.1"
1018+
"@babel/plugin-transform-react-display-name" "^7.28.0"
10191019
"@babel/plugin-transform-react-jsx" "^7.27.1"
10201020
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
10211021
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"

0 commit comments

Comments
 (0)