Skip to content

Commit 1dd0650

Browse files
authored
Merge pull request #287 from aws-samples/upgrade-deps
chore: upgrade dependencies
2 parents 6b2bf61 + 5e8f365 commit 1dd0650

File tree

10 files changed

+122
-139
lines changed

10 files changed

+122
-139
lines changed

.github/workflows/build.yml

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

.github/workflows/pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

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

.github/workflows/upgrade-main.yml

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

.mergify.yml

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

.projen/deps.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.

.projen/tasks.json

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

.projenrc.js

Lines changed: 5 additions & 5 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.189.1',
7-
constructsVersion: '10.4.2',
6+
cdkVersion: '2.224.0',
7+
constructsVersion: '10.4.3',
88
defaultReleaseBranch: 'main',
99
name: 'cdk-image-pipeline',
1010
repositoryUrl: 'https://github.com/aws-samples/cdk-image-pipeline.git',
@@ -20,8 +20,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
2020
devDeps: ['@types/prettier@^3.0.0'],
2121
});
2222

23-
project.addPeerDeps('aws-cdk-lib@^2.189.1');
24-
project.addDevDeps('aws-cdk-lib@^2.189.1');
25-
project.addDevDeps('projen@^0.91.18');
23+
project.addPeerDeps('aws-cdk-lib@^2.224.0');
24+
project.addDevDeps('aws-cdk-lib@^2.224.0');
25+
project.addDevDeps('projen@^0.98.11');
2626

2727
project.synth();

0 commit comments

Comments
 (0)