Skip to content

Commit

Permalink
Upgrade typescript dependency version (#368)
Browse files Browse the repository at this point in the history
Fix typegen incorrectly outputs const for non-readonly fields
  • Loading branch information
Kit-p committed Oct 24, 2023
1 parent e5fd695 commit e457c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -51,7 +51,7 @@
"jest": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jsdoc-to-markdown": "^8.0.0",
"typescript": "^5.0.2",
"typescript": "^5.2.2",
"wavefile": "^11.0.0",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2",
Expand Down

0 comments on commit e457c4b

Please sign in to comment.