Skip to content

Commit d7727b6

Browse files
author
Cameron Magee
committed
chore(deps): bump projen to latest
1 parent 1a0bef8 commit d7727b6

File tree

6 files changed

+1211
-955
lines changed

6 files changed

+1211
-955
lines changed

.projen/deps.json

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

.projen/tasks.json

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

.projenrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
1717
license: 'MIT-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]', '[email protected]'],
20+
devDeps: ['@types/[email protected]'],
2121
});
2222

2323
project.addPeerDeps('aws-cdk-lib');
2424
project.addDevDeps('aws-cdk-lib');
25+
project.addDevDeps('[email protected]');
2526

2627
project.synth();

0 commit comments

Comments
 (0)