Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Garbe committed Sep 13, 2024
1 parent d8b2ed5 commit 2dd24d7
Show file tree
Hide file tree
Showing 12 changed files with 1,817 additions and 1,977 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.

36 changes: 23 additions & 13 deletions .github/workflows/build.yml

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

26 changes: 15 additions & 11 deletions .github/workflows/release.yml

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

13 changes: 7 additions & 6 deletions .github/workflows/upgrade-main.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.

19 changes: 10 additions & 9 deletions .projen/deps.json

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

19 changes: 13 additions & 6 deletions .projen/tasks.json

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

5 changes: 2 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const project = new pj.awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/pgarbe/cdk-ecr-sync.git',
keywords: ['cdk', 'ecr'],
defaultReleaseBranch: 'main',
description:
'An CDK Construct to synchronizes Docker images from Docker Hub to ECR.',
description: 'An CDK Construct to synchronizes Docker images from Docker Hub to ECR.',

author: 'Philipp Garbe',
authorAddress: 'https://github.com/pgarbe',
Expand All @@ -20,7 +19,7 @@ const project = new pj.awscdk.AwsCdkConstructLibrary({
},

cdkVersion: '2.86.0',
jsiiVersion: '~5.0.0',
jsiiVersion: '~5.5.x',

// cdkVersionPinning: true,
// cdkDependenciesAsDeps: false,
Expand Down
43 changes: 0 additions & 43 deletions API.md

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

Loading

0 comments on commit 2dd24d7

Please sign in to comment.