Skip to content

Commit 9854070

Browse files
authored
Upgrade TypeScript to ~5.7 to fix Buffer<ArrayBufferLike> generic type error
1 parent 0a52f60 commit 9854070

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@
18021802
"ts-node": "^10.7.0",
18031803
"tsconfig-paths-webpack-plugin": "^3.2.0",
18041804
"typemoq": "^2.1.0",
1805-
"typescript": "~5.2",
1805+
"typescript": "~5.7",
18061806
"uuid": "^14.0.0",
18071807
"webpack": "^5.105.0",
18081808
"webpack-bundle-analyzer": "^4.5.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./src/main.ts"],"version":"5.7.3"}

0 commit comments

Comments
 (0)