Skip to content

Commit

Permalink
chore: upgrade projen, jsii, utilities (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
djonser authored Sep 4, 2024
1 parent bf00271 commit b3c68bd
Show file tree
Hide file tree
Showing 10 changed files with 673 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json

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

1 change: 1 addition & 0 deletions .gitattributes

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

21 changes: 11 additions & 10 deletions .github/workflows/build.yml

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

14 changes: 9 additions & 5 deletions .github/workflows/release.yml

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

1 change: 1 addition & 0 deletions .npmignore

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

25 changes: 13 additions & 12 deletions .projen/deps.json

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

15 changes: 11 additions & 4 deletions .projen/tasks.json

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

8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
author: 'Daniel Jonsén',
authorAddress: 'djonser1@gmail.com',
cdkVersion: '2.82.0',
projenVersion: '^0.80.0',
projenVersion: '^0.86.8',
defaultReleaseBranch: 'main',
description: 'CDK Constructs for integrating GitHub Actions and AWS.',
jsiiVersion: '~5.3.0',
jsiiVersion: '~5.5.0',
name: '@catnekaise/actions-constructs',
projenrcTs: true,
license: 'Apache-2.0',
Expand Down Expand Up @@ -51,7 +51,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
project.addPackageIgnore('/docs/');


project.addDevDeps('@catnekaise/cdk-iam-utilities@^0.0.13');
project.addPeerDeps('@catnekaise/cdk-iam-utilities@^0.0.13');
project.addDevDeps('@catnekaise/cdk-iam-utilities@^0.0.30');
project.addPeerDeps('@catnekaise/cdk-iam-utilities@^0.0.30');

project.synth();
25 changes: 14 additions & 11 deletions package.json

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

Loading

0 comments on commit b3c68bd

Please sign in to comment.