Skip to content

Commit

Permalink
fix(typescript): upgrade to latest typescript version (5.5.3)
Browse files Browse the repository at this point in the history
To fix wrong typings for TransactBaseOperation.params
  • Loading branch information
Michael Wittwer committed Jul 10, 2024
1 parent 45070ee commit eb5aa0a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 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 @@ -78,7 +78,7 @@
"tsutils": "^3.21.0",
"typedoc": "0.14.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^4.9.4"
"typescript": "^5.5.3"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.214.0",
Expand Down

0 comments on commit eb5aa0a

Please sign in to comment.