Skip to content

Commit

Permalink
Merge pull request #2114 from guardian/update-aws-cdk-2.109.0
Browse files Browse the repository at this point in the history
fix(deps): Update AWS CDK libraries to 2.109.0, and constructs to 10.3.0
  • Loading branch information
akash1810 authored Nov 16, 2023
2 parents a1dfe04 + fcbabb5 commit c750d13
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-seas-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guardian/cdk": patch
---

Update AWS CDK libraries to 2.109.0, and constructs to 10.3.0
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/lodash.upperfirst": "^4.3.8",
"@types/node": "20.9.0",
"@types/yargs": "^17.0.31",
"aws-cdk": "2.100.0",
"aws-cdk": "2.109.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -55,7 +55,7 @@
"dependencies": {
"@changesets/cli": "^2.26.2",
"@oclif/core": "2.15.0",
"aws-cdk-lib": "2.100.0",
"aws-cdk-lib": "2.109.0",
"aws-sdk": "^2.1497.0",
"chalk": "^4.1.2",
"codemaker": "^1.91.0",
Expand All @@ -69,8 +69,8 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"aws-cdk": "2.100.0",
"aws-cdk-lib": "2.100.0",
"aws-cdk": "2.109.0",
"aws-cdk-lib": "2.109.0",
"constructs": "10.3.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@guardian/tsconfig": "^0.2.0",
"@types/jest": "^29.1.2",
"@types/node": "20.8.7",
"aws-cdk": "2.100.0",
"aws-cdk-lib": "2.100.0",
"aws-cdk": "2.109.0",
"aws-cdk-lib": "2.109.0",
"constructs": "10.3.0",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
Expand Down

0 comments on commit c750d13

Please sign in to comment.