Skip to content

Commit 77b3170

Browse files
authored
fix(lib-dynamodb): move smithy devDeps to deps (#5531)
1 parent b4b0be4 commit 77b3170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"@aws-sdk/util-dynamodb": "*",
30+
"@smithy/smithy-client": "^2.1.15",
31+
"@smithy/types": "^2.5.0",
3032
"tslib": "^2.5.0"
3133
},
3234
"peerDependencies": {
3335
"@aws-sdk/client-dynamodb": "^3.0.0"
3436
},
3537
"devDependencies": {
3638
"@aws-sdk/client-dynamodb": "*",
37-
"@smithy/smithy-client": "^2.1.15",
38-
"@smithy/types": "^2.5.0",
3939
"@tsconfig/recommended": "1.0.1",
4040
"@types/node": "^14.14.31",
4141
"concurrently": "7.0.0",

0 commit comments

Comments
 (0)