Skip to content

Commit

Permalink
chore: update jsii to 0.11.1 (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored Jun 7, 2019
1 parent 696f53f commit 2e0848c
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 97 deletions.
48 changes: 24 additions & 24 deletions packages/decdk/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 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.0",
"jsii-reflect": "^0.11.1",
"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.0"
"jsii": "^0.11.1"
},
"keywords": [
"aws",
Expand All @@ -155,4 +155,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
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.0",
"jsii-spec": "^0.11.0",
"jsii-reflect": "^0.11.1",
"jsii-spec": "^0.11.1",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down
96 changes: 42 additions & 54 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.0",
"jsii-diff": "^0.11.0",
"jsii-pacmak": "^0.11.0",
"jsii": "^0.11.1",
"jsii-diff": "^0.11.1",
"jsii-pacmak": "^0.11.1",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"ts-jest": "^24.0.2",
Expand Down

0 comments on commit 2e0848c

Please sign in to comment.