Skip to content

Commit

Permalink
upgrade cdk version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaji-helix authored Jun 27, 2022
1 parent 16b1cea commit bfc9893
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml

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

4 changes: 2 additions & 2 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 .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { awscdk } = require('projen');

const cdkVersion = '2.25.0';
const cdkVersion = '2.29.0';

const project = new awscdk.AwsCdkConstructLibrary({
name: '@myhelix/cdk-watchful',
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.0"
"version": "2.29.0"
}
15 changes: 10 additions & 5 deletions yarn.lock

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

0 comments on commit bfc9893

Please sign in to comment.