Skip to content

Commit

Permalink
chore: add @smithy/[email protected] along with @aws-sdk/types
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Sep 13, 2023
1 parent 9b43f1e commit 44083a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"devDependencies": {
"@aws-amplify/core": "6.0.0",
"@aws-sdk/types": "3.398.0",
"@smithy/types": "^2.3.1",
"@types/uuid": "^9.0.0",
"typescript": "5.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"dependencies": {
"@aws-crypto/sha256-js": "5.0.0",
"@aws-sdk/types": "3.398.0",
"@smithy/types": "^2.3.1",
"@smithy/util-hex-encoding": "2.0.0",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@
"s3"
],
"dependencies": {
"@smithy/md5-js": "2.0.5",
"@smithy/md5-js": "2.0.7",
"@aws-sdk/types": "3.398.0",
"@smithy/types": "^2.3.1",
"fast-xml-parser": "^4.2.5",
"buffer": "4.9.2",
"tslib": "^2.5.0"
Expand Down

0 comments on commit 44083a4

Please sign in to comment.