Navigation Menu

Skip to content

Commit

Permalink
feat: bump JSII to version 0.21.2 (#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 authored and mergify[bot] committed Jan 23, 2020
1 parent 4fe0e3b commit dd18456
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 74 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"conventional-changelog-cli": "^2.0.31",
"fs-extra": "^8.1.0",
"jsii-diff": "^0.21.1",
"jsii-pacmak": "^0.21.1",
"jsii-rosetta": "^0.21.1",
"jsii-diff": "^0.21.2",
"jsii-pacmak": "^0.21.2",
"jsii-rosetta": "^0.21.2",
"lerna": "^3.20.2",
"typescript": "~3.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^0.21.1",
"codemaker": "^0.21.2",
"yaml": "1.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decdk/package.json
Expand Up @@ -160,7 +160,7 @@
"@aws-cdk/cx-api": "1.21.1",
"@aws-cdk/region-info": "1.21.1",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.21.1",
"jsii-reflect": "^0.21.2",
"jsonschema": "^1.2.5",
"yaml": "1.7.2",
"yargs": "^15.1.0"
Expand All @@ -171,7 +171,7 @@
"@types/yaml": "1.2.0",
"@types/yargs": "^15.0.1",
"jest": "^24.9.0",
"jsii": "^0.21.1"
"jsii": "^0.21.2"
},
"keywords": [
"aws",
Expand Down
4 changes: 2 additions & 2 deletions tools/awslint/package.json
Expand Up @@ -16,11 +16,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^0.21.1",
"@jsii/spec": "^0.21.2",
"camelcase": "^5.3.1",
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.21.1",
"jsii-reflect": "^0.21.2",
"yargs": "^15.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/cdk-build-tools/package.json
Expand Up @@ -47,8 +47,8 @@
"eslint-plugin-import": "^2.20.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jsii": "^0.21.1",
"jsii-pacmak": "^0.21.1",
"jsii": "^0.21.2",
"jsii-pacmak": "^0.21.2",
"nodeunit": "^0.11.3",
"nyc": "^15.0.0",
"ts-jest": "^24.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "1.21.1",
"codemaker": "^0.21.1",
"codemaker": "^0.21.2",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^8.1.0",
"yargs": "^15.1.0"
Expand Down

0 comments on commit dd18456

Please sign in to comment.