Skip to content

Commit 6ca9fb4

Browse files
author
Cameron Magee
committed
chore(deps): upgrade aws-cdk-lib and additional dependencies
1 parent 8f698c2 commit 6ca9fb4

File tree

4 files changed

+62
-50
lines changed

4 files changed

+62
-50
lines changed

.projen/deps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
33
author: 'Cameron Magee',
44
authorAddress: '[email protected]',
55
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
6-
cdkVersion: '2.158.0',
7-
constructsVersion: '10.3.0',
6+
cdkVersion: '2.178.1',
7+
constructsVersion: '10.4.2',
88
defaultReleaseBranch: 'main',
99
name: 'cdk-image-pipeline',
1010
repositoryUrl: 'https://github.com/aws-samples/cdk-image-pipeline.git',
@@ -17,11 +17,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
1717
license: 'Apache-2.0',
1818
pullRequestTemplateContents: ['# Fixes', ' ', ' ', 'By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.'],
1919
releaseToNpm: true,
20-
devDeps: ['@types/prettier@2.7.2'],
20+
devDeps: ['@types/prettier@3.0.0'],
2121
});
2222

23-
project.addPeerDeps('aws-cdk-lib@2.158.0');
24-
project.addDevDeps('aws-cdk-lib@2.158.0');
25-
project.addDevDeps('projen@0.87.3');
23+
project.addPeerDeps('aws-cdk-lib@2.178.1');
24+
project.addDevDeps('aws-cdk-lib@2.178.1');
25+
project.addDevDeps('projen@0.91.8');
2626

2727
project.synth();

package.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 45 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)