Skip to content

Commit

Permalink
fix(deps): update @aws-sdk/client-dynamodb version to resolve issue
Browse files Browse the repository at this point in the history
issue: export 'KeyType' (imported as 'DynamoDB') was not found
  • Loading branch information
Michael Wittwer committed Apr 19, 2024
1 parent 3742a14 commit 45070ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.188.0",
"@aws-sdk/client-dynamodb": "^3.214.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/prompt-cli": "^17.4.2",
Expand All @@ -81,7 +81,7 @@
"typescript": "^4.9.4"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.188.0",
"@aws-sdk/client-dynamodb": "^3.214.0",
"reflect-metadata": "^0.1.12",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit 45070ee

Please sign in to comment.