Skip to content

Commit

Permalink
fix(lib-dynamodb): add util-dynamodb to dependencies (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Sep 10, 2021
1 parent a3e3927 commit b09ba9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/util-dynamodb": "3.30.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.0.0",
"@aws-sdk/smithy-client": "^3.0.0",
"@aws-sdk/types": "^3.0.0",
"@aws-sdk/util-dynamodb": "^3.0.0"
"@aws-sdk/types": "^3.0.0"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.30.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/util-dynamodb": "3.30.0",
"@types/jest": "^26.0.4",
"@types/node": "^14.11.2",
"jest": "^26.4.2",
Expand Down

0 comments on commit b09ba9a

Please sign in to comment.