Skip to content

Commit 5a004b6

Browse files
chore(deps-dev): bump @babel/preset-typescript from 7.27.1 to 7.28.5 (#310)
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) 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-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f5a735 commit 5a004b6

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/preset-env": "^7.28.5",
3737
"@babel/preset-react": "^7.28.5",
38-
"@babel/preset-typescript": "^7.27.1",
38+
"@babel/preset-typescript": "^7.28.5",
3939
"@testing-library/jest-dom": "^5.17.0",
4040
"@testing-library/react": "^15.0.7",
4141
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,19 @@
167167
"@babel/traverse" "^7.28.3"
168168
semver "^6.3.1"
169169

170+
"@babel/helper-create-class-features-plugin@^7.28.5":
171+
version "7.28.5"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
173+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
174+
dependencies:
175+
"@babel/helper-annotate-as-pure" "^7.27.3"
176+
"@babel/helper-member-expression-to-functions" "^7.28.5"
177+
"@babel/helper-optimise-call-expression" "^7.27.1"
178+
"@babel/helper-replace-supers" "^7.27.1"
179+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
180+
"@babel/traverse" "^7.28.5"
181+
semver "^6.3.1"
182+
170183
"@babel/helper-create-regexp-features-plugin@^7.18.6":
171184
version "7.19.0"
172185
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
@@ -208,6 +221,14 @@
208221
"@babel/traverse" "^7.27.1"
209222
"@babel/types" "^7.27.1"
210223

224+
"@babel/helper-member-expression-to-functions@^7.28.5":
225+
version "7.28.5"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
227+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
228+
dependencies:
229+
"@babel/traverse" "^7.28.5"
230+
"@babel/types" "^7.28.5"
231+
211232
"@babel/helper-module-imports@^7.27.1":
212233
version "7.27.1"
213234
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -969,13 +990,13 @@
969990
dependencies:
970991
"@babel/helper-plugin-utils" "^7.27.1"
971992

972-
"@babel/plugin-transform-typescript@^7.27.1":
973-
version "7.27.1"
974-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz#d3bb65598bece03f773111e88cc4e8e5070f1140"
975-
integrity sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==
993+
"@babel/plugin-transform-typescript@^7.28.5":
994+
version "7.28.5"
995+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
996+
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
976997
dependencies:
977-
"@babel/helper-annotate-as-pure" "^7.27.1"
978-
"@babel/helper-create-class-features-plugin" "^7.27.1"
998+
"@babel/helper-annotate-as-pure" "^7.27.3"
999+
"@babel/helper-create-class-features-plugin" "^7.28.5"
9791000
"@babel/helper-plugin-utils" "^7.27.1"
9801001
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
9811002
"@babel/plugin-syntax-typescript" "^7.27.1"
@@ -1108,16 +1129,16 @@
11081129
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
11091130
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
11101131

1111-
"@babel/preset-typescript@^7.27.1":
1112-
version "7.27.1"
1113-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
1114-
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
1132+
"@babel/preset-typescript@^7.28.5":
1133+
version "7.28.5"
1134+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
1135+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
11151136
dependencies:
11161137
"@babel/helper-plugin-utils" "^7.27.1"
11171138
"@babel/helper-validator-option" "^7.27.1"
11181139
"@babel/plugin-syntax-jsx" "^7.27.1"
11191140
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1120-
"@babel/plugin-transform-typescript" "^7.27.1"
1141+
"@babel/plugin-transform-typescript" "^7.28.5"
11211142

11221143
"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2":
11231144
version "7.19.0"

0 commit comments

Comments
 (0)