Skip to content

Commit 75d0d85

Browse files
build(deps-dev): bump @babel/preset-react in /web/app
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.27.1 to 7.28.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-react) --- updated-dependencies: - dependency-name: "@babel/preset-react" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 297160e commit 75d0d85

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/eslint-parser": "^7.28.5",
4646
"@babel/plugin-proposal-class-properties": "^7.17.12",
4747
"@babel/preset-env": "^7.28.5",
48-
"@babel/preset-react": "^7.27.1",
48+
"@babel/preset-react": "^7.28.5",
4949
"@babel/runtime": "^7.28.4",
5050
"@lingui/cli": "3.17.2",
5151
"babel-core": "^7.0.0-bridge.0",

web/app/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,10 @@
862862
dependencies:
863863
"@babel/helper-plugin-utils" "^7.27.1"
864864

865-
"@babel/plugin-transform-react-display-name@^7.27.1":
866-
version "7.27.1"
867-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz#43af31362d71f7848cfac0cbc212882b1a16e80f"
868-
integrity sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==
865+
"@babel/plugin-transform-react-display-name@^7.28.0":
866+
version "7.28.0"
867+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de"
868+
integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==
869869
dependencies:
870870
"@babel/helper-plugin-utils" "^7.27.1"
871871

@@ -1069,14 +1069,14 @@
10691069
"@babel/types" "^7.4.4"
10701070
esutils "^2.0.2"
10711071

1072-
"@babel/preset-react@^7.27.1":
1073-
version "7.27.1"
1074-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.27.1.tgz#86ea0a5ca3984663f744be2fd26cb6747c3fd0ec"
1075-
integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==
1072+
"@babel/preset-react@^7.28.5":
1073+
version "7.28.5"
1074+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9"
1075+
integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==
10761076
dependencies:
10771077
"@babel/helper-plugin-utils" "^7.27.1"
10781078
"@babel/helper-validator-option" "^7.27.1"
1079-
"@babel/plugin-transform-react-display-name" "^7.27.1"
1079+
"@babel/plugin-transform-react-display-name" "^7.28.0"
10801080
"@babel/plugin-transform-react-jsx" "^7.27.1"
10811081
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
10821082
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"

0 commit comments

Comments
 (0)