Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#359)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/pahud/cdk-remote-stack/actions/runs/1204152357

------

*Automatically created by projen via the "upgrade-dependencies" workflow*
  • Loading branch information
cdk-automation authored Sep 6, 2021
1 parent e33e73d commit d5029c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ const project = new AwsCdkConstructLibrary({
'@aws-cdk/aws-ssm',
'@aws-cdk/custom-resources',
],

minNodeVersion: '12.20.0',
python: {
distName: 'cdk-remote-stack',
module: 'cdk_remote_stack',
},
});


const common_exclude = ['cdk.out', 'cdk.context.json', 'yarn-error.log'];
project.npmignore.exclude(...common_exclude);
project.gitignore.exclude(...common_exclude);
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5029c4

Please sign in to comment.