Skip to content

Commit c04b52a

Browse files
chore(deps): update dependency @babel/preset-typescript to v7.27.1 (#10434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1a8fd4 commit c04b52a

File tree

5 files changed

+158
-154
lines changed

5 files changed

+158
-154
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.0",
1212
"@babel/core": "7.25.2",
1313
"@babel/preset-env": "7.25.3",
14-
"@babel/preset-typescript": "7.26.0"
14+
"@babel/preset-typescript": "7.27.1"
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.0",
1212
"@babel/core": "7.25.2",
1313
"@babel/preset-env": "7.25.3",
14-
"@babel/preset-typescript": "7.26.0"
14+
"@babel/preset-typescript": "7.27.1"
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.0",
1111
"@babel/core": "7.25.2",
1212
"@babel/preset-env": "7.25.3",
13-
"@babel/preset-typescript": "7.26.0"
13+
"@babel/preset-typescript": "7.27.1"
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.26.0",
48+
"@babel/preset-typescript": "7.27.1",
4949
"@changesets/changelog-github": "0.5.0",
5050
"@changesets/cli": "2.27.11",
5151
"@theguild/eslint-config": "0.13.4",

0 commit comments

Comments
 (0)