Skip to content

Commit

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

[Workflow Run]: https://github.com/neilkuan/cdk-aurora-globaldatabase/actions/runs/10967971979

------

*Automatically created by projen via the "upgrade-cdkv1" workflow*
  • Loading branch information
neilkuan authored Sep 21, 2024
1 parent 6dd3c78 commit f95b2e6
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 217 deletions.
54 changes: 36 additions & 18 deletions .github/workflows/build.yml

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

35 changes: 23 additions & 12 deletions .github/workflows/release-cdkv1.yml

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

35 changes: 23 additions & 12 deletions .github/workflows/release.yml

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

12 changes: 6 additions & 6 deletions .github/workflows/upgrade-cdkv1.yml

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

12 changes: 6 additions & 6 deletions .github/workflows/upgrade-master.yml

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

6 changes: 3 additions & 3 deletions .projen/deps.json

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

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

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

4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
minNodeVersion: '20.10.0',
workflowNodeVersion: '20.10.0',
typescriptVersion: '^5',
jsiiVersion: '5.3.x',
typescriptVersion: '^5.5',
jsiiVersion: '5.5.x',
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'image', 'yarn-error.log', 'coverage', 'venv'];
Expand Down
Loading

0 comments on commit f95b2e6

Please sign in to comment.