Skip to content

Commit 45070ee

Browse files
author
Michael Wittwer
committed
fix(deps): update @aws-sdk/client-dynamodb version to resolve issue
issue: export 'KeyType' (imported as 'DynamoDB') was not found
1 parent 3742a14 commit 45070ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
5656
},
5757
"devDependencies": {
58-
"@aws-sdk/client-dynamodb": "^3.188.0",
58+
"@aws-sdk/client-dynamodb": "^3.214.0",
5959
"@commitlint/cli": "^17.4.2",
6060
"@commitlint/config-conventional": "^17.4.2",
6161
"@commitlint/prompt-cli": "^17.4.2",
@@ -81,7 +81,7 @@
8181
"typescript": "^4.9.4"
8282
},
8383
"peerDependencies": {
84-
"@aws-sdk/client-dynamodb": "^3.188.0",
84+
"@aws-sdk/client-dynamodb": "^3.214.0",
8585
"reflect-metadata": "^0.1.12",
8686
"tslib": "^2.0.0"
8787
},

0 commit comments

Comments
 (0)