Skip to content

Commit

Permalink
chore: bump jsii to 0.11.2 (#2803)
Browse files Browse the repository at this point in the history
Fix a bug that generates invalid Java docstrings, fixing the build.
  • Loading branch information
rix0rrr authored Jun 10, 2019
1 parent e4fb811 commit 7bfa4ac
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
30 changes: 15 additions & 15 deletions packages/decdk/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@aws-cdk/cx-api": "^0.33.0",
"@aws-cdk/region-info": "^0.33.0",
"fs-extra": "^8.0.1",
"jsii-reflect": "^0.11.1",
"jsii-reflect": "^0.11.2",
"jsonschema": "^1.2.4",
"yaml": "1.6.0",
"yargs": "^13.2.4",
Expand All @@ -145,7 +145,7 @@
"@types/yaml": "1.0.2",
"@types/yargs": "^13.0.0",
"jest": "^24.8.0",
"jsii": "^0.11.1"
"jsii": "^0.11.2"
},
"keywords": [
"aws",
Expand Down
22 changes: 11 additions & 11 deletions tools/awslint/package-lock.json

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

4 changes: 2 additions & 2 deletions tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"camelcase": "^5.3.1",
"colors": "^1.3.3",
"fs-extra": "^8.0.1",
"jsii-reflect": "^0.11.1",
"jsii-spec": "^0.11.1",
"jsii-reflect": "^0.11.2",
"jsii-spec": "^0.11.2",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down
56 changes: 28 additions & 28 deletions tools/cdk-build-tools/package-lock.json

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

6 changes: 3 additions & 3 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"colors": "^1.3.3",
"fs-extra": "^8.0.1",
"jest": "^24.8.0",
"jsii": "^0.11.1",
"jsii-diff": "^0.11.1",
"jsii-pacmak": "^0.11.1",
"jsii": "^0.11.2",
"jsii-diff": "^0.11.2",
"jsii-pacmak": "^0.11.2",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"ts-jest": "^24.0.2",
Expand Down

0 comments on commit 7bfa4ac

Please sign in to comment.