Skip to content

Commit 15aa1df

Browse files
authored
Merge pull request #111 from aws-samples/upgrade-deps
chore(deps): bumping project deps to latest
2 parents 212665a + 890c061 commit 15aa1df

File tree

10 files changed

+133
-23186
lines changed

10 files changed

+133
-23186
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

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

.projen/tasks.json

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

.projenrc.js

Lines changed: 3 additions & 3 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.85.0',
7-
constructsVersion: '10.2.60',
6+
cdkVersion: '2.100.0',
7+
constructsVersion: '10.3.0',
88
defaultReleaseBranch: 'main',
99
name: 'cdk-image-pipeline',
1010
repositoryUrl: 'https://github.com/aws-samples/cdk-image-pipeline.git',
@@ -22,6 +22,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
2222

2323
project.addPeerDeps('aws-cdk-lib');
2424
project.addDevDeps('aws-cdk-lib');
25-
project.addDevDeps('projen@0.71.111');
25+
project.addDevDeps('projen@0.74.10');
2626

2727
project.synth();

0 commit comments

Comments
 (0)