Skip to content

Commit 7ddf2c9

Browse files
authored
ci: Updated minimum version of lib-dynamo to work around peer dependency resolution (#2174)
1 parent e7bd356 commit 7ddf2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/versioned/aws-sdk-v3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@
188188
},
189189
"dependencies": {
190190
"@aws-sdk/util-dynamodb": "latest",
191-
"@aws-sdk/client-dynamodb": "3.476.0",
191+
"@aws-sdk/client-dynamodb": "latest",
192192
"@aws-sdk/lib-dynamodb": {
193-
"versions": ">=3.0.0 <=3.193.0 || >3.196.0 <3.377.0 || >3.377.0 ",
193+
"versions": ">3.377.0 ",
194194
"samples": 10
195195
}
196196
},

0 commit comments

Comments
 (0)