Skip to content

Commit b448346

Browse files
Bump @babel/preset-react from 7.27.1 to 7.28.5 (#13901)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97d01e4 commit b448346

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"@babel/eslint-parser": "^7.28.4",
257257
"@babel/preset-env": "^7.28.3",
258258
"@babel/preset-flow": "^7.27.1",
259-
"@babel/preset-react": "^7.27.1",
259+
"@babel/preset-react": "^7.28.5",
260260
"@babel/register": "^7.28.3",
261261
"@emotion/core": "^11.0.0",
262262
"@testing-library/jest-dom": "^6.9.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
dependencies:
768768
"@babel/helper-plugin-utils" "^7.27.1"
769769

770-
"@babel/plugin-transform-react-display-name@^7.27.1":
770+
"@babel/plugin-transform-react-display-name@^7.28.0":
771771
version "7.28.0"
772772
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de"
773773
integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==
@@ -983,14 +983,14 @@
983983
"@babel/types" "^7.4.4"
984984
esutils "^2.0.2"
985985

986-
"@babel/preset-react@^7.27.1":
987-
version "7.27.1"
988-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.27.1.tgz#86ea0a5ca3984663f744be2fd26cb6747c3fd0ec"
989-
integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==
986+
"@babel/preset-react@^7.28.5":
987+
version "7.28.5"
988+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9"
989+
integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==
990990
dependencies:
991991
"@babel/helper-plugin-utils" "^7.27.1"
992992
"@babel/helper-validator-option" "^7.27.1"
993-
"@babel/plugin-transform-react-display-name" "^7.27.1"
993+
"@babel/plugin-transform-react-display-name" "^7.28.0"
994994
"@babel/plugin-transform-react-jsx" "^7.27.1"
995995
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
996996
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"

0 commit comments

Comments
 (0)