Skip to content

Commit

Permalink
fix(lib-dynamodb): move smithy devDeps to deps (#5531)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Nov 30, 2023
1 parent b4b0be4 commit 77b3170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/util-dynamodb": "*",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.0.0"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "*",
"@smithy/smithy-client": "^2.1.15",
"@smithy/types": "^2.5.0",
"@tsconfig/recommended": "1.0.1",
"@types/node": "^14.14.31",
"concurrently": "7.0.0",
Expand Down

0 comments on commit 77b3170

Please sign in to comment.