Skip to content

Commit

Permalink
chore: upgrade jsii version to v1.6.0 (#8331)
Browse files Browse the repository at this point in the history
Co-authored-by: Neta Nir <neta@amazon.com>
Co-authored-by: Romain Marcadier <rmuller@amazon.com>
  • Loading branch information
3 people authored Jun 3, 2020
1 parent bc41cd5 commit bd616d4
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 70 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"conventional-changelog-cli": "^2.0.34",
"fs-extra": "^8.1.0",
"jsii-diff": "^1.5.0",
"jsii-pacmak": "^1.5.0",
"jsii-rosetta": "^1.5.0",
"jsii-diff": "^1.6.0",
"jsii-pacmak": "^1.6.0",
"jsii-rosetta": "^1.6.0",
"lerna": "^3.21.0",
"standard-version": "^8.0.0",
"graceful-fs": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.5.0",
"codemaker": "^1.6.0",
"yaml": "1.10.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@aws-cdk/region-info": "0.0.0",
"constructs": "^3.0.2",
"fs-extra": "^8.1.0",
"jsii-reflect": "^1.5.0",
"jsii-reflect": "^1.6.0",
"jsonschema": "^1.2.6",
"yaml": "1.9.2",
"yargs": "^15.3.1"
Expand All @@ -190,7 +190,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.5",
"jest": "^25.5.4",
"jsii": "^1.5.0"
"jsii": "^1.6.0"
},
"keywords": [
"aws",
Expand Down
4 changes: 2 additions & 2 deletions tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.5.0",
"@jsii/spec": "^1.6.0",
"camelcase": "^6.0.0",
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jsii-reflect": "^1.5.0",
"jsii-reflect": "^1.6.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"eslint-plugin-import": "^2.20.2",
"fs-extra": "^8.1.0",
"jest": "^25.5.4",
"jsii": "^1.5.0",
"jsii-pacmak": "^1.5.0",
"jsii": "^1.6.0",
"jsii-pacmak": "^1.6.0",
"nodeunit": "^0.11.3",
"nyc": "^15.0.1",
"ts-jest": "^26.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"codemaker": "^1.5.0",
"codemaker": "^1.6.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^8.1.0",
"yargs": "^15.3.1"
Expand Down
Loading

0 comments on commit bd616d4

Please sign in to comment.