Skip to content

Commit d4da2d9

Browse files
author
Cameron Magee
committed
chore(deps): bump to [email protected]
1 parent 04af4b4 commit d4da2d9

File tree

6 files changed

+52
-11187
lines changed

6 files changed

+52
-11187
lines changed

.projen/deps.json

Lines changed: 5 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { awscdk } = require('projen');
22
const project = new awscdk.AwsCdkConstructLibrary({
33
author: 'Cameron Magee',
44
authorAddress: '[email protected]',
5-
bundledDeps: ['minimist'],
5+
// bundledDeps: ['minimist'],
66
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
77
cdkVersion: '2.59.0',
88
constructsVersion: '10.1.215',
@@ -18,7 +18,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1818
license: 'MIT-0',
1919
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.'],
2020
releaseToNpm: true,
21-
devDeps: ['@types/[email protected]'],
21+
devDeps: ['@types/[email protected]', '[email protected]'],
2222
});
2323

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

0 commit comments

Comments
 (0)