Skip to content

Commit

Permalink
Upgrade aws-sdk clients which resolves react native issues (#5124)
Browse files Browse the repository at this point in the history
* Export necessary providers and types from the package root to avoid importing from generated paths

* Upgrade aws-sdk clients which resolves react native issues
  • Loading branch information
Amplifiyer authored Mar 17, 2020
1 parent 6ad01c6 commit d46fe99
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"dependencies": {
"@aws-amplify/cache": "^2.1.5",
"@aws-amplify/core": "^2.2.4",
"@aws-sdk/client-firehose": "^1.0.0-alpha.23",
"@aws-sdk/client-kinesis": "^1.0.0-alpha.23",
"@aws-sdk/client-personalize-events": "^1.0.0-alpha.21",
"@aws-sdk/client-pinpoint": "^1.0.0-alpha.21",
"@aws-sdk/client-firehose": "^1.0.0-alpha.25",
"@aws-sdk/client-kinesis": "^1.0.0-alpha.25",
"@aws-sdk/client-personalize-events": "^1.0.0-alpha.23",
"@aws-sdk/client-pinpoint": "^1.0.0-alpha.23",
"uuid": "^3.2.1"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "1.0.0-alpha.0",
"@aws-sdk/client-cognito-identity": "^1.0.0-alpha.23",
"@aws-sdk/credential-provider-cognito-identity": "^1.0.0-alpha.21",
"@aws-sdk/client-cognito-identity": "^1.0.0-alpha.25",
"@aws-sdk/credential-provider-cognito-identity": "^1.0.0-alpha.23",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.8",
"@aws-sdk/types": "^1.0.0-alpha.5",
"@aws-sdk/util-hex-encoding": "^1.0.0-alpha.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "^2.2.4",
"@aws-sdk/client-lex-runtime-service": "^1.0.0-alpha.21"
"@aws-sdk/client-lex-runtime-service": "^1.0.0-alpha.23"
},
"jest": {
"globals": {
Expand Down
10 changes: 5 additions & 5 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"@aws-amplify/core": "^2.2.4",
"@aws-amplify/storage": "^2.1.1",
"@aws-sdk/client-comprehend": "^1.0.0-alpha.23",
"@aws-sdk/client-polly": "^1.0.0-alpha.22",
"@aws-sdk/client-rekognition": "^1.0.0-alpha.23",
"@aws-sdk/client-textract": "^1.0.0-alpha.22",
"@aws-sdk/client-translate": "^1.0.0-alpha.23",
"@aws-sdk/client-comprehend": "^1.0.0-alpha.25",
"@aws-sdk/client-polly": "^1.0.0-alpha.24",
"@aws-sdk/client-rekognition": "^1.0.0-alpha.25",
"@aws-sdk/client-textract": "^1.0.0-alpha.24",
"@aws-sdk/client-translate": "^1.0.0-alpha.25",
"@aws-sdk/eventstream-marshaller": "^1.0.0-alpha.7",
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
"uuid": "^3.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"homepage": "https://aws-amplify.github.io/",
"dependencies": {
"@aws-amplify/core": "^2.2.4",
"@aws-sdk/client-s3": "^1.0.0-alpha.18",
"@aws-sdk/s3-request-presigner": "^1.0.0-alpha.16",
"@aws-sdk/client-s3": "^1.0.0-alpha.20",
"@aws-sdk/s3-request-presigner": "^1.0.0-alpha.17",
"@aws-sdk/util-create-request": "^1.0.0-alpha.12",
"@aws-sdk/util-format-url": "^1.0.0-alpha.5",
"events": "^3.1.0",
Expand Down

0 comments on commit d46fe99

Please sign in to comment.