Skip to content

Commit

Permalink
chore: Upgrade to latest jsii (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored May 23, 2019
1 parent b8892e4 commit bd60e87
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 31 deletions.
48 changes: 34 additions & 14 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 @@ -142,7 +142,7 @@
"@types/yaml": "1.0.2",
"@types/yargs": "^13.0.0",
"jest": "^24.7.1",
"jsii": "^0.10.5"
"jsii": "^0.11.0"
},
"keywords": [
"aws",
Expand All @@ -152,4 +152,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
2 changes: 1 addition & 1 deletion tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/fs-extra": "^5.0.5",
"@types/yargs": "^13.0.0",
"tslint": "^5.16.0",
"typescript": "^3.4.3"
"typescript": "^3.4.5"
},
"repository": {
"type": "git",
Expand Down
161 changes: 149 additions & 12 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 @@ -40,15 +40,15 @@
"colors": "^1.3.3",
"fs-extra": "^7.0.1",
"jest": "^24.7.1",
"jsii": "^0.10.5",
"jsii": "^0.11.0",
"jsii-diff": "^0.10.5",
"jsii-pacmak": "^0.10.5",
"nodeunit": "^0.11.3",
"nyc": "^14.0.0",
"pkglint": "^0.31.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^3.4.3",
"typescript": "^3.4.5",
"yargs": "^13.2.2"
},
"keywords": [
Expand Down

0 comments on commit bd60e87

Please sign in to comment.