Skip to content

Commit b09ba9a

Browse files
authored
fix(lib-dynamodb): add util-dynamodb to dependencies (#2768)
1 parent a3e3927 commit b09ba9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: lib/lib-dynamodb/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24+
"@aws-sdk/util-dynamodb": "3.30.0",
2425
"tslib": "^2.3.0"
2526
},
2627
"peerDependencies": {
2728
"@aws-sdk/client-dynamodb": "^3.0.0",
2829
"@aws-sdk/smithy-client": "^3.0.0",
29-
"@aws-sdk/types": "^3.0.0",
30-
"@aws-sdk/util-dynamodb": "^3.0.0"
30+
"@aws-sdk/types": "^3.0.0"
3131
},
3232
"devDependencies": {
3333
"@aws-sdk/client-dynamodb": "3.30.0",
3434
"@aws-sdk/smithy-client": "3.30.0",
3535
"@aws-sdk/types": "3.29.0",
36-
"@aws-sdk/util-dynamodb": "3.30.0",
3736
"@types/jest": "^26.0.4",
3837
"@types/node": "^14.11.2",
3938
"jest": "^26.4.2",

0 commit comments

Comments
 (0)