Skip to content

Commit 1065967

Browse files
authored
Merge pull request #3800 from github/henrymercer/typescript-6
Upgrade to TypeScript 6
2 parents e25c0a5 + 212e283 commit 1065967

File tree

3 files changed

+110
-87
lines changed

3 files changed

+110
-87
lines changed

package-lock.json

Lines changed: 98 additions & 84 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
@@ -67,8 +67,8 @@
6767
"globals": "^17.4.0",
6868
"nock": "^14.0.11",
6969
"sinon": "^21.0.3",
70-
"typescript": "^5.9.3",
71-
"typescript-eslint": "^8.57.1"
70+
"typescript": "^6.0.2",
71+
"typescript-eslint": "^8.58.0"
7272
},
7373
"overrides": {
7474
"@actions/tool-cache": {

0 commit comments

Comments
 (0)