Skip to content

Commit 2a624c5

Browse files
author
Cameron Magee
committed
chore(deps): pin prettier to 2.6.0 to fix build
1 parent 259dce2 commit 2a624c5

File tree

6 files changed

+344
-436
lines changed

6 files changed

+344
-436
lines changed

.projen/deps.json

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

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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]'],
2021
});
2122

2223
project.addPeerDeps('aws-cdk-lib');

0 commit comments

Comments
 (0)