Skip to content

Commit 9c0985f

Browse files
chore(deps): update dependency @babel/preset-typescript to v7.28.5
1 parent aad7f03 commit 9c0985f

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

examples/persisted-documents-string-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-codegen/cli": "6.0.1",
1212
"@babel/core": "7.25.2",
1313
"@babel/preset-env": "7.25.3",
14-
"@babel/preset-typescript": "7.27.1"
14+
"@babel/preset-typescript": "7.28.5"
1515
},
1616
"scripts": {
1717
"test": "vitest --no-watch",

examples/persisted-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-codegen/cli": "6.0.1",
1212
"@babel/core": "7.25.2",
1313
"@babel/preset-env": "7.25.3",
14-
"@babel/preset-typescript": "7.27.1"
14+
"@babel/preset-typescript": "7.28.5"
1515
},
1616
"scripts": {
1717
"test": "vitest --no-watch",

examples/yoga-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-codegen/cli": "6.0.1",
1111
"@babel/core": "7.25.2",
1212
"@babel/preset-env": "7.25.3",
13-
"@babel/preset-typescript": "7.27.1"
13+
"@babel/preset-typescript": "7.28.5"
1414
},
1515
"scripts": {
1616
"test": "vitest --no-watch",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@babel/core": "7.25.2",
4747
"@babel/preset-env": "7.25.3",
48-
"@babel/preset-typescript": "7.27.1",
48+
"@babel/preset-typescript": "7.28.5",
4949
"@changesets/changelog-github": "0.5.1",
5050
"@changesets/cli": "2.29.6",
5151
"@theguild/eslint-config": "0.13.3",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,17 @@
198198
lru-cache "^5.1.1"
199199
semver "^6.3.1"
200200

201-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3":
202-
version "7.28.3"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
204-
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
201+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3", "@babel/helper-create-class-features-plugin@^7.28.5":
202+
version "7.28.5"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
204+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
205205
dependencies:
206206
"@babel/helper-annotate-as-pure" "^7.27.3"
207-
"@babel/helper-member-expression-to-functions" "^7.27.1"
207+
"@babel/helper-member-expression-to-functions" "^7.28.5"
208208
"@babel/helper-optimise-call-expression" "^7.27.1"
209209
"@babel/helper-replace-supers" "^7.27.1"
210210
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
211-
"@babel/traverse" "^7.28.3"
211+
"@babel/traverse" "^7.28.5"
212212
semver "^6.3.1"
213213

214214
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
@@ -236,13 +236,13 @@
236236
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
237237
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
238238

239-
"@babel/helper-member-expression-to-functions@^7.27.1":
240-
version "7.27.1"
241-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
242-
integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==
239+
"@babel/helper-member-expression-to-functions@^7.27.1", "@babel/helper-member-expression-to-functions@^7.28.5":
240+
version "7.28.5"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
242+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
243243
dependencies:
244-
"@babel/traverse" "^7.27.1"
245-
"@babel/types" "^7.27.1"
244+
"@babel/traverse" "^7.28.5"
245+
"@babel/types" "^7.28.5"
246246

247247
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.27.1":
248248
version "7.27.1"
@@ -978,13 +978,13 @@
978978
dependencies:
979979
"@babel/helper-plugin-utils" "^7.27.1"
980980

981-
"@babel/plugin-transform-typescript@^7.27.1":
982-
version "7.28.0"
983-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz#796cbd249ab56c18168b49e3e1d341b72af04a6b"
984-
integrity sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==
981+
"@babel/plugin-transform-typescript@^7.28.5":
982+
version "7.28.5"
983+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
984+
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
985985
dependencies:
986986
"@babel/helper-annotate-as-pure" "^7.27.3"
987-
"@babel/helper-create-class-features-plugin" "^7.27.1"
987+
"@babel/helper-create-class-features-plugin" "^7.28.5"
988988
"@babel/helper-plugin-utils" "^7.27.1"
989989
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
990990
"@babel/plugin-syntax-typescript" "^7.27.1"
@@ -1214,16 +1214,16 @@
12141214
"@babel/plugin-transform-react-jsx-development" "^7.25.9"
12151215
"@babel/plugin-transform-react-pure-annotations" "^7.25.9"
12161216

1217-
"@babel/preset-typescript@7.27.1":
1218-
version "7.27.1"
1219-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
1220-
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
1217+
"@babel/preset-typescript@7.28.5":
1218+
version "7.28.5"
1219+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
1220+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
12211221
dependencies:
12221222
"@babel/helper-plugin-utils" "^7.27.1"
12231223
"@babel/helper-validator-option" "^7.27.1"
12241224
"@babel/plugin-syntax-jsx" "^7.27.1"
12251225
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1226-
"@babel/plugin-transform-typescript" "^7.27.1"
1226+
"@babel/plugin-transform-typescript" "^7.28.5"
12271227

12281228
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
12291229
version "7.23.9"

0 commit comments

Comments
 (0)