Skip to content

Commit

Permalink
upgrrade aws-cdk, looks like aws-cdk platform is not compatible with …
Browse files Browse the repository at this point in the history
…current version
  • Loading branch information
skorfmann committed Nov 28, 2023
1 parent 70368eb commit 3261990
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@winglang/platform-awscdk": "^0.51.0",
"aws-cdk": "^2.80.0",
"aws-cdk": "^2.111.0",
"aws-cdk-lib": "^2.80.0"
}
}
16 changes: 12 additions & 4 deletions examples/provider-specific/awscdk-hello-wing/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/provider-specific/awscdk-hello-wing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@winglang/platform-awscdk": "^0.51.0",
"aws-cdk": "^2.80.0"
"aws-cdk": "^2.111.0"
}
}

0 comments on commit 3261990

Please sign in to comment.