Skip to content

Commit 1a0bef8

Browse files
authored
Merge pull request #40 from aws-samples/fix-deps
chore(deps): bump to [email protected]
2 parents 04af4b4 + 7645b06 commit 1a0bef8

File tree

6 files changed

+51
-11187
lines changed

6 files changed

+51
-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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const { awscdk } = require('projen');
22
const project = new awscdk.AwsCdkConstructLibrary({
33
author: 'Cameron Magee',
44
authorAddress: '[email protected]',
5-
bundledDeps: ['minimist'],
65
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
76
cdkVersion: '2.59.0',
87
constructsVersion: '10.1.215',
@@ -18,7 +17,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1817
license: 'MIT-0',
1918
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.'],
2019
releaseToNpm: true,
21-
devDeps: ['@types/[email protected]'],
20+
devDeps: ['@types/[email protected]', '[email protected]'],
2221
});
2322

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

0 commit comments

Comments
 (0)