Skip to content

Commit

Permalink
chore: update resources/package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesry committed Dec 21, 2023
1 parent 721d2ad commit c231611
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
}
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0"
"@aws-sdk/client-kms": "^3.478.0",
"@aws-sdk/client-s3": "^3.478.0",
"@aws-solutions-constructs/core": "0.0.0",
"aws-sdk-client-mock": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
Expand All @@ -74,6 +77,11 @@
]
]
},
"bundledDependencies": [
"@aws-sdk/client-kms",
"@aws-sdk/client-s3",
"aws-sdk-client-mock"
],
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"aws-cdk-lib": "^0.0.0",
Expand Down

0 comments on commit c231611

Please sign in to comment.