Skip to content

Commit

Permalink
Merge branch 'main' into 2289-adding-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Sep 5, 2023
2 parents 6041814 + bed2384 commit f537c8b
Show file tree
Hide file tree
Showing 98 changed files with 8,795 additions and 8,011 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:

publish:
name: Publish
if: ${{ github.event_name == 'push' && github.repository == 'winglang/wing' && github.ref == 'refs/heads/main' }}
if: ${{ !cancelled() && needs.quality-gate.result == 'success' && github.event_name == 'push' && github.repository == 'winglang/wing' && github.ref == 'refs/heads/main' }}
needs:
- quality-gate
- build
Expand Down
8 changes: 4 additions & 4 deletions apps/jsii-docgen/.projen/tasks.json

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

32 changes: 16 additions & 16 deletions apps/jsii-docgen/package.json

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
Expand Up @@ -25,28 +25,28 @@
"organization": false
},
"dependencies": {
"@aws-cdk/aws-s3": "^1.110.1",
"@aws-cdk/core": "^1.110.1",
"@aws-cdk/aws-iam": "^1.110.1",
"@aws-cdk/aws-kms": "^1.110.1",
"@aws-cdk/aws-events": "^1.110.1",
"@aws-cdk/cloud-assembly-schema": "^1.110.1",
"constructs": "^3.3.69"
"@aws-cdk/aws-events": "^1.204.0",
"@aws-cdk/aws-iam": "^1.204.0",
"@aws-cdk/aws-kms": "^1.204.0",
"@aws-cdk/aws-s3": "^1.204.0",
"@aws-cdk/cloud-assembly-schema": "^1.204.0",
"@aws-cdk/core": "^1.204.0",
"constructs": "^3.4.344"
},
"peerDependencies": {
"@aws-cdk/aws-s3": "^1.110.1",
"@aws-cdk/core": "^1.110.1",
"@aws-cdk/aws-iam": "^1.110.1",
"@aws-cdk/aws-kms": "^1.110.1",
"@aws-cdk/aws-events": "^1.110.1",
"@aws-cdk/cloud-assembly-schema": "^1.110.1",
"@aws-cdk/aws-events": "^1.204.0",
"@aws-cdk/aws-iam": "^1.204.0",
"@aws-cdk/aws-kms": "^1.204.0",
"@aws-cdk/aws-s3": "^1.204.0",
"@aws-cdk/cloud-assembly-schema": "^1.204.0",
"@aws-cdk/core": "^1.204.0",
"constructs": "^3.3.69"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/node": "^18.17.13",
"@types/prettier": "2.6.0",
"jsii": "~5.0.0",
"typescript": "^4.3.4"
"jsii": "~5.0.21",
"typescript": "^4.9.5"
},
"license": "Apache-2.0",
"version": "0.0.0"
Expand Down
Loading

0 comments on commit f537c8b

Please sign in to comment.