Skip to content

Commit 1a3598e

Browse files
chore(dev-deps): update babel monorepo to ^7.26.3 (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8896ea7 commit 1a3598e

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"@babel/core": "^7.26.0",
2828
"@babel/plugin-transform-runtime": "^7.25.9",
29-
"@babel/plugin-transform-typescript": "^7.25.9",
29+
"@babel/plugin-transform-typescript": "^7.26.3",
3030
"@babel/preset-env": "^7.26.0",
31-
"@babel/preset-react": "^7.25.9",
31+
"@babel/preset-react": "^7.26.3",
3232
"@babel/preset-typescript": "^7.26.0",
3333
"@peculiar/webcrypto": "^1.5.0",
3434
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,17 @@
19301930
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
19311931
"@babel/plugin-syntax-typescript" "^7.25.9"
19321932

1933+
"@babel/plugin-transform-typescript@^7.26.3":
1934+
version "7.26.3"
1935+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz#3d6add9c78735623317387ee26d5ada540eee3fd"
1936+
integrity sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==
1937+
dependencies:
1938+
"@babel/helper-annotate-as-pure" "^7.25.9"
1939+
"@babel/helper-create-class-features-plugin" "^7.25.9"
1940+
"@babel/helper-plugin-utils" "^7.25.9"
1941+
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
1942+
"@babel/plugin-syntax-typescript" "^7.25.9"
1943+
19331944
"@babel/plugin-transform-unicode-escapes@^7.24.7":
19341945
version "7.24.7"
19351946
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e"
@@ -2186,10 +2197,10 @@
21862197
"@babel/plugin-transform-react-jsx-development" "^7.24.7"
21872198
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"
21882199

2189-
"@babel/preset-react@^7.25.9":
2190-
version "7.25.9"
2191-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.25.9.tgz#5f473035dc2094bcfdbc7392d0766bd42dce173e"
2192-
integrity sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==
2200+
"@babel/preset-react@^7.26.3":
2201+
version "7.26.3"
2202+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa"
2203+
integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==
21932204
dependencies:
21942205
"@babel/helper-plugin-utils" "^7.25.9"
21952206
"@babel/helper-validator-option" "^7.25.9"

0 commit comments

Comments
 (0)