Skip to content

Commit a653ecd

Browse files
authored
chore(deps): upgrade to typescript v6 (#4676)
1 parent 300ccfc commit a653ecd

6 files changed

Lines changed: 103 additions & 103 deletions

File tree

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"typescript-5.6": "npm:typescript@5.6.x",
2020
"typescript-5.7": "npm:typescript@5.7.x",
2121
"typescript-5.8": "npm:typescript@5.8.x",
22-
"typescript-5.9": "npm:typescript@5.8.x"
22+
"typescript-5.9": "npm:typescript@5.9.x",
23+
"typescript-6.0": "npm:typescript@6.0.x"
2324
}
2425
}

package-lock.json

Lines changed: 90 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"mocha": "11.7.5",
7272
"prettier": "3.8.1",
7373
"ts-node": "10.9.2",
74-
"typescript": "5.9.3",
75-
"typescript-eslint": "8.56.0"
74+
"typescript": "6.0.3",
75+
"typescript-eslint": "8.59.0"
7676
},
7777
"publishConfig": {
7878
"tag": "alpha"

0 commit comments

Comments
 (0)