Skip to content

Commit 601b202

Browse files
Update dependency @babel/preset-react to v7.26.3 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 513e998 commit 601b202

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@ant-design/icons": "4.8.3",
99
"@babel/core": "7.26.0",
1010
"@babel/preset-env": "7.26.0",
11-
"@babel/preset-react": "7.25.9",
11+
"@babel/preset-react": "7.26.3",
1212
"@codefreak/eslint-config": "0.1.3",
1313
"@codefreak/prettier-config": "0.1.2",
1414
"@rollup/plugin-typescript": "8.5.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2107,10 +2107,10 @@
21072107
"@babel/types" "^7.4.4"
21082108
esutils "^2.0.2"
21092109

2110-
"@babel/preset-react@7.25.9":
2111-
version "7.25.9"
2112-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.25.9.tgz#5f473035dc2094bcfdbc7392d0766bd42dce173e"
2113-
integrity sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==
2110+
"@babel/preset-react@7.26.3":
2111+
version "7.26.3"
2112+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa"
2113+
integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==
21142114
dependencies:
21152115
"@babel/helper-plugin-utils" "^7.25.9"
21162116
"@babel/helper-validator-option" "^7.25.9"

0 commit comments

Comments
 (0)