Skip to content

Commit

Permalink
fix(deps): Update AWS CDK libraries to 2.87.0, and constructs to 10.2.69
Browse files Browse the repository at this point in the history
Update aws-cdk to 2.87.0, aws-cdk-lib to 2.87.0, constructs to 10.2.69
  • Loading branch information
guardian-ci committed Jul 12, 2023
1 parent 1b026c3 commit 90956aa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 50 deletions.
70 changes: 29 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/lodash.upperfirst": "^4.3.7",
"@types/node": "20.3.2",
"@types/yargs": "^17.0.19",
"aws-cdk": "2.78.0",
"aws-cdk": "2.87.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.43.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -54,11 +54,11 @@
},
"dependencies": {
"@oclif/core": "2.8.10",
"aws-cdk-lib": "2.78.0",
"aws-cdk-lib": "2.87.0",
"aws-sdk": "^2.1408.0",
"chalk": "^4.1.2",
"codemaker": "^1.84.0",
"constructs": "10.2.18",
"constructs": "10.2.69",
"git-url-parse": "^13.1.0",
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
Expand All @@ -68,9 +68,9 @@
"yargs": "^17.6.2"
},
"peerDependencies": {
"aws-cdk": "2.78.0",
"aws-cdk-lib": "2.78.0",
"constructs": "10.2.18"
"aws-cdk": "2.87.0",
"aws-cdk-lib": "2.87.0",
"constructs": "10.2.69"
},
"config": {
"commitizen": {
Expand Down
6 changes: 3 additions & 3 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@guardian/eslint-config-typescript": "5.0.0",
"@types/jest": "^29.1.2",
"@types/node": "20.3.2",
"aws-cdk": "2.78.0",
"aws-cdk-lib": "2.78.0",
"constructs": "10.2.18",
"aws-cdk": "2.87.0",
"aws-cdk-lib": "2.87.0",
"constructs": "10.2.69",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
"jest": "29.5.0",
Expand Down

0 comments on commit 90956aa

Please sign in to comment.