Skip to content

Commit

Permalink
chore: update jsii to 0.13.2 (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks authored and Elad Ben-Israel committed Jul 1, 2019
1 parent 52b136b commit d40fd05
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 217 deletions.
165 changes: 23 additions & 142 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-amplify/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ coverage
dist
.LAST_BUILD
.LAST_PACKAGE
.jsii

*.tsbuildinfo
*.tsbuildinfo
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-iotthingsgraph/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ coverage
dist
.LAST_BUILD
.LAST_PACKAGE
.jsii

*.tsbuildinfo
*.tsbuildinfo
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-msk/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ coverage
dist
.LAST_BUILD
.LAST_PACKAGE
.jsii

*.tsbuildinfo
*.tsbuildinfo
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-pinpoint/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ coverage
dist
.LAST_BUILD
.LAST_PACKAGE
.jsii

*.tsbuildinfo
*.tsbuildinfo
36 changes: 18 additions & 18 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 @@ -141,7 +141,7 @@
"@aws-cdk/cx-api": "^0.36.0",
"@aws-cdk/region-info": "^0.36.0",
"fs-extra": "^8.0.1",
"jsii-reflect": "^0.13.0",
"jsii-reflect": "^0.13.2",
"jsonschema": "^1.2.4",
"yaml": "1.6.0",
"yargs": "^13.2.4"
Expand All @@ -152,7 +152,7 @@
"@types/yaml": "1.0.2",
"@types/yargs": "^13.0.0",
"jest": "^24.8.0",
"jsii": "^0.13.0"
"jsii": "^0.13.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.13.0",
"jsii-spec": "^0.13.0",
"jsii-reflect": "^0.13.2",
"jsii-spec": "^0.13.2",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d40fd05

Please sign in to comment.