Skip to content

Commit

Permalink
feat: Use 0.1.30 of cdk-orchestration.
Browse files Browse the repository at this point in the history
  • Loading branch information
michanto committed Dec 5, 2024
1 parent f83f45e commit 93571ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
buildCommand: 'tsc', // For InlineNodejsFunction support.
projenrcTs: true,
deps: [
'@michanto/cdk-orchestration@^0.1.29',
'@michanto/cdk-orchestration@^0.1.30',
'esbuild@^0.21.5',
], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 93571ea

Please sign in to comment.