Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
bump versions (#339)
Browse files Browse the repository at this point in the history
* bump versions

* bump
  • Loading branch information
pahud committed Sep 6, 2021
1 parent 64414bb commit 7c224fe
Show file tree
Hide file tree
Showing 9 changed files with 814 additions and 809 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/release.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/upgrade.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

2 changes: 1 addition & 1 deletion .npmignore

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

2 changes: 1 addition & 1 deletion .projen/deps.json

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

6 changes: 1 addition & 5 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,13 @@ const project = new AwsCdkConstructLibrary({
'@aws-cdk/aws-stepfunctions',
'@aws-cdk/aws-stepfunctions-tasks',
],

minNodeVersion: '12.20.0',
python: {
distName: 'cdk-fargate-fastautoscaler',
module: 'cdk_fargate_fastautoscaler',
},
});

project.package.addField('resolutions', {
xmldom: 'github:xmldom/xmldom#0.7.0',
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'docker-compose.yml', 'images', 'yarn-error.log'];
project.npmignore.exclude(...common_exclude, '/codebase');
project.gitignore.exclude(...common_exclude);
Expand Down
14 changes: 7 additions & 7 deletions package.json

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

0 comments on commit 7c224fe

Please sign in to comment.