Skip to content

Commit 73e1864

Browse files
authored
Merge pull request #259 from aws-samples/upgrade-deps
chore(deps): upgrade aws-cdk-lib to 2.189.1
2 parents 6e7067c + 91b77d7 commit 73e1864

File tree

4 files changed

+789
-801
lines changed

4 files changed

+789
-801
lines changed

.projen/deps.json

Lines changed: 4 additions & 4 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,7 +3,7 @@ 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.187.0',
6+
cdkVersion: '2.189.1',
77
constructsVersion: '10.4.2',
88
defaultReleaseBranch: 'main',
99
name: 'cdk-image-pipeline',
@@ -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/[email protected]'],
20+
devDeps: ['@types/prettier@^3.0.0'],
2121
});
2222

23-
project.addPeerDeps('aws-cdk-lib@2.187.0');
24-
project.addDevDeps('aws-cdk-lib@2.187.0');
25-
project.addDevDeps('[email protected]');
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');
2626

2727
project.synth();

package.json

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

0 commit comments

Comments
 (0)