Skip to content

Commit

Permalink
chore: Update aws-sdk to latest V2 version (awslabs#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen102 authored Oct 6, 2021
1 parent ed8f29d commit be76a91
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-api-services": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"generate-password": "^1.5.0",
"lodash": "^4.17.21"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-api-services": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"generate-password": "^1.5.0",
"lodash": "^4.17.21"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-ui": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"@aws-ee/key-pair-mgmt-ui": "workspace:*",
"aws-sdk": "^2.713.0",
"aws-sdk": "^2.1000.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"crypto-browserify": "^3.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-api-services": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"generate-password": "^1.5.0",
"lodash": "^4.17.21"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-api-services": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"generate-password": "^1.5.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-base-rest-api/packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-services-container": "workspace:*",
"@aws-ee/base-services": "workspace:*",
"ajv": "^6.11.0",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"jwt-decode": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-base-ui/packages/base-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "aws-ee",
"dependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"jwt-decode": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.1",
"lodash": "^4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-ee/base-ui": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"jwt-decode": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
}
},
"dependencies": {
"aws-sdk": "^2.647.0"
"aws-sdk": "^2.1000.0"
}
}
4 changes: 2 additions & 2 deletions addons/addon-base/packages/services-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "aws-ee",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"toposort": "^2.0.2"
},
"peerDependencies": {
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"lodash": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-base/packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@aws-ee/base-services-container": "workspace:*",
"ajv": "^6.11.0",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"aws-xray-sdk": "^3.2.0",
"cycle": "^1.0.3",
"jsonwebtoken": "^8.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion main/cicd/cicd-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-ee/base-serverless-settings-helper": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"serverless": "^1.63.0",
"serverless-deployment-bucket": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion main/infrastructure-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"dependencies": {
"aws-sdk": "^2.936.0",
"aws-sdk": "^2.1000.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"yargs-parser": "^20.2.9",
Expand Down
2 changes: 1 addition & 1 deletion main/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@aws-ee/base-services": "workspace:*",
"aws-sdk": "^2.936.0",
"aws-sdk": "^2.1000.0",
"axios": "^0.21.1",
"chance": "^1.1.7",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion main/solution/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@aws-ee/base-workflow-core": "workspace:*",
"@aws-ee/base-workflow-steps": "workspace:*",
"services": "workspace:*",
"aws-sdk": "^2.647.0",
"aws-sdk": "^2.1000.0",
"controllers": "workspace:*",
"js-yaml": "^3.13.1",
"jwt-decode": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion main/solution/post-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@aws-ee/environment-type-mgmt-services": "workspace:*",
"@aws-ee/key-pair-mgmt-services": "workspace:*",
"@aws-ee/user-id-upgrade-post-deployment": "workspace:*",
"aws-sdk": "^2.1000.0",
"@aws-ee/cfn-stack-policy": "workspace:*",
"aws-sdk": "^2.713.0",
"lodash": "^4.17.21",
"services": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion main/solution/pre-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@aws-ee/environment-type-mgmt-services": "workspace:*",
"@aws-ee/key-pair-mgmt-services": "workspace:*",
"@aws-ee/base-raas-rest-api": "workspace:*",
"aws-sdk": "^2.713.0",
"aws-sdk": "^2.1000.0",
"lodash": "^4.17.21",
"services": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion main/solution/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@aws-ee/environment-type-mgmt-ui": "workspace:*",
"@aws-ee/key-pair-mgmt-ui": "workspace:*",
"animate.css": "3.7.0",
"aws-sdk": "^2.802.0",
"aws-sdk": "^2.1000.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
Expand Down
Loading

0 comments on commit be76a91

Please sign in to comment.