Skip to content

Commit

Permalink
chore: Update aws-sdk dependencies to latest possible
Browse files Browse the repository at this point in the history
  • Loading branch information
amotarao committed Dec 31, 2024
1 parent 9a73470 commit 25a7c60
Show file tree
Hide file tree
Showing 9 changed files with 989 additions and 996 deletions.
8 changes: 4 additions & 4 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
"personalize"
],
"dependencies": {
"@aws-sdk/client-firehose": "3.621.0",
"@aws-sdk/client-kinesis": "3.621.0",
"@aws-sdk/client-personalize-events": "3.621.0",
"@aws-sdk/client-firehose": "3.716.0",
"@aws-sdk/client-kinesis": "3.716.0",
"@aws-sdk/client-personalize-events": "3.716.0",
"@smithy/util-utf8": "2.0.0",
"tslib": "^2.5.0"
},
Expand All @@ -105,7 +105,7 @@
"devDependencies": {
"@aws-amplify/core": "6.8.0",
"@aws-amplify/react-native": "1.1.6",
"@aws-sdk/types": "3.398.0",
"@aws-sdk/types": "3.714.0",
"typescript": "5.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-amplify/api-rest": "4.0.64",
"@aws-amplify/core": "6.8.0",
"@aws-amplify/data-schema": "^1.7.0",
"@aws-sdk/types": "3.387.0",
"@aws-sdk/types": "3.714.0",
"graphql": "15.8.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/types": "3.398.0",
"@aws-sdk/types": "3.714.0",
"@smithy/util-hex-encoding": "2.0.0",
"@types/uuid": "^9.0.0",
"js-cookie": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"src"
],
"dependencies": {
"@aws-sdk/client-location": "3.621.0",
"@aws-sdk/client-location": "3.716.0",
"@turf/boolean-clockwise": "6.5.0",
"camelcase-keys": "6.2.2",
"tslib": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"lex-v2"
],
"dependencies": {
"@aws-sdk/client-lex-runtime-service": "3.621.0",
"@aws-sdk/client-lex-runtime-v2": "3.621.0",
"@aws-sdk/client-lex-runtime-service": "3.716.0",
"@aws-sdk/client-lex-runtime-v2": "3.716.0",
"base-64": "1.0.0",
"fflate": "0.7.3",
"pako": "2.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
],
"dependencies": {
"@aws-amplify/storage": "6.7.5",
"@aws-sdk/client-comprehend": "3.621.0",
"@aws-sdk/client-polly": "3.621.0",
"@aws-sdk/client-rekognition": "3.621.0",
"@aws-sdk/client-textract": "3.621.0",
"@aws-sdk/client-translate": "3.621.0",
"@aws-sdk/client-comprehend": "3.716.0",
"@aws-sdk/client-polly": "3.716.0",
"@aws-sdk/client-rekognition": "3.716.0",
"@aws-sdk/client-textract": "3.716.0",
"@aws-sdk/client-translate": "3.716.0",
"@smithy/eventstream-codec": "2.0.9",
"@smithy/util-utf8": "2.0.0",
"buffer": "4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"s3"
],
"dependencies": {
"@aws-sdk/types": "3.398.0",
"@aws-sdk/types": "3.714.0",
"@smithy/md5-js": "2.0.7",
"buffer": "4.9.2",
"crc-32": "1.2.2",
Expand Down
10 changes: 5 additions & 5 deletions scripts/dts-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "api-extract-aws-clients",
"private": true,
"devDependencies": {
"@aws-sdk/client-pinpoint": "3.335.1",
"@aws-sdk/client-cognito-identity": "3.335.0",
"@aws-sdk/client-cognito-identity-provider": "3.386.0",
"@aws-sdk/client-s3": "3.673.0",
"@aws-sdk/client-s3-control": "3.670.0",
"@aws-sdk/client-pinpoint": "3.716.0",
"@aws-sdk/client-cognito-identity": "3.716.0",
"@aws-sdk/client-cognito-identity-provider": "3.716.0",
"@aws-sdk/client-s3": "3.716.0",
"@aws-sdk/client-s3-control": "3.716.0",
"dts-bundle-generator": "^8.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 25a7c60

Please sign in to comment.