Skip to content

Commit

Permalink
Update typescript to version 5.6.2
Browse files Browse the repository at this point in the history
This is unblocked because in commit bb302dd the default value for the
constructor got removed, which apparently confused TypeScript before.

Fixes #18770.
  • Loading branch information
timvandermeij committed Sep 23, 2024
1 parent b65b774 commit c8af3f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10",
"ttest": "^4.0.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vinyl": "^3.0.0",
"webpack": "^5.94.0",
"webpack-stream": "^7.0.0",
Expand Down

0 comments on commit c8af3f1

Please sign in to comment.