Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@aws-cdk/cx-api": "1.16.1",
"@aws-cdk/region-info": "1.16.1",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.20.3",
"jsii-reflect": "0.20.7",
"jsonschema": "^1.2.4",
"yaml": "1.7.2",
"yargs": "^15.0.1"
Expand All @@ -165,7 +165,7 @@
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
"jsii": "^0.20.6"
"jsii": "0.20.7"
},
"keywords": [
"aws",
Expand All @@ -175,4 +175,4 @@
"engines": {
"node": ">= 8.10.0"
}
}
}
6 changes: 3 additions & 3 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.4.0",
"fs-extra": "^8.1.0",
"jsii-reflect": "^0.20.3",
"jsii-spec": "^0.20.5",
"jsii-reflect": "0.20.7",
"jsii-spec": "0.20.7",
"yargs": "^15.0.1"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"engines": {
"node": ">= 10.3.0"
}
}
}
6 changes: 3 additions & 3 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jsii": "^0.20.6",
"jsii-pacmak": "^0.20.6",
"jsii": "0.20.7",
"jsii-pacmak": "0.20.7",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"ts-jest": "^24.1.0",
Expand All @@ -58,4 +58,4 @@
"engines": {
"node": ">= 10.3.0"
}
}
}
Loading