Skip to content

Commit

Permalink
chore: update to jsii 0.10.2
Browse files Browse the repository at this point in the history
Importing another fix for the .NET runtime.
  • Loading branch information
rix0rrr committed Apr 18, 2019
1 parent d94c1cc commit 385e467
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 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 @@ -126,7 +126,7 @@
"@aws-cdk/region-info": "^0.28.0",
"@aws-cdk/runtime-values": "^0.28.0",
"fs-extra": "^7.0.1",
"jsii-reflect": "^0.10.1",
"jsii-reflect": "^0.10.2",
"jsonschema": "^1.2.4",
"yaml": "1.5.0",
"yargs": "^13.2.2"
Expand All @@ -137,7 +137,7 @@
"@types/yaml": "1.0.2",
"@types/yargs": "^13.0.0",
"jest": "^24.7.1",
"jsii": "^0.10.1"
"jsii": "^0.10.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 @@ -16,8 +16,8 @@
"dependencies": {
"colors": "^1.3.3",
"fs-extra": "^7.0.1",
"jsii-reflect": "^0.10.1",
"jsii-spec": "^0.10.1",
"jsii-reflect": "^0.10.2",
"jsii-spec": "^0.10.2",
"yargs": "^13.2.2"
},
"devDependencies": {
Expand Down
32 changes: 16 additions & 16 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.

4 changes: 2 additions & 2 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"awslint": "^0.28.0",
"fs-extra": "^7.0.1",
"jest": "^24.7.1",
"jsii": "^0.10.1",
"jsii-pacmak": "^0.10.1",
"jsii": "^0.10.2",
"jsii-pacmak": "^0.10.2",
"nodeunit": "^0.11.3",
"nyc": "^14.0.0",
"pkglint": "^0.28.0",
Expand Down

0 comments on commit 385e467

Please sign in to comment.