Skip to content

Commit

Permalink
fix(deps): Update AWS CDK libraries to 2.44.0, and constructs to 10.1…
Browse files Browse the repository at this point in the history
….117

Update aws-cdk to 2.44.0, aws-cdk-lib to 2.44.0, constructs to 10.1.117
  • Loading branch information
guardian-ci committed Sep 30, 2022
1 parent 0e27456 commit f30d3c1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
48 changes: 24 additions & 24 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 @@ -37,7 +37,7 @@
"@types/lodash.upperfirst": "^4.3.7",
"@types/node": "18.7.15",
"@types/yargs": "^17.0.12",
"aws-cdk": "2.39.1",
"aws-cdk": "2.44.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -53,11 +53,11 @@
},
"dependencies": {
"@oclif/core": "1.16.0",
"aws-cdk-lib": "2.39.1",
"aws-cdk-lib": "2.44.0",
"aws-sdk": "^2.1214.0",
"chalk": "^4.1.2",
"codemaker": "^1.67.0",
"constructs": "10.1.91",
"constructs": "10.1.117",
"git-url-parse": "^13.0.0",
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
Expand All @@ -67,9 +67,9 @@
"yargs": "^17.5.1"
},
"peerDependencies": {
"aws-cdk": "2.39.1",
"aws-cdk-lib": "2.39.1",
"constructs": "10.1.91"
"aws-cdk": "2.44.0",
"aws-cdk-lib": "2.44.0",
"constructs": "10.1.117"
},
"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": "1.0.7",
"@types/jest": "^27.0.1",
"@types/node": "18.7.16",
"aws-cdk": "2.39.1",
"aws-cdk-lib": "2.39.1",
"constructs": "10.1.91",
"aws-cdk": "2.44.0",
"aws-cdk-lib": "2.44.0",
"constructs": "10.1.117",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
"jest": "27.5.1",
Expand Down

0 comments on commit f30d3c1

Please sign in to comment.