Skip to content

Commit

Permalink
chore: update requirements to jsii@1.8.0, typescript@3.9.6 (aws#8968)
Browse files Browse the repository at this point in the history
Makes sure the latest version of the `jsii` kernel is inserted in
runtime dependencies.

Fixes aws#8233


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
RomainMuller authored Jul 10, 2020
1 parent 2386faa commit a26553a
Show file tree
Hide file tree
Showing 11 changed files with 143 additions and 38 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"conventional-changelog-cli": "^2.0.34",
"fs-extra": "^9.0.1",
"graceful-fs": "^4.2.4",
"jsii-diff": "^1.7.0",
"jsii-pacmak": "^1.7.0",
"jsii-rosetta": "^1.7.0",
"jsii-diff": "^1.8.0",
"jsii-pacmak": "^1.8.0",
"jsii-rosetta": "^1.8.0",
"lerna": "^3.22.1",
"standard-version": "^8.0.0",
"typescript": "~3.9.5"
"typescript": "~3.9.6"
},
"resolutions-comment": "should be removed or reviewed when nodeunit dependency is dropped or adjusted",
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/rewrite-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.1.6",
"typescript": "~3.9.5"
"typescript": "~3.9.6"
},
"devDependencies": {
"@types/glob": "^7.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.7.0",
"@jsii/spec": "^1.8.0",
"camelcase": "^6.0.0",
"colors": "^1.4.0",
"fs-extra": "^9.0.1",
"jsii-reflect": "^1.7.0",
"jsii-reflect": "^1.8.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/yargs": "^15.0.5",
"tslint": "^5.20.1",
"typescript": "~3.9.5"
"typescript": "~3.9.6"
},
"repository": {
"type": "git",
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.7.0",
"codemaker": "^1.8.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": "^9.0.1",
"jsii-reflect": "^1.7.0",
"jsii-reflect": "^1.8.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.7.0"
"jsii": "^1.8.0"
},
"keywords": [
"aws",
Expand Down
6 changes: 3 additions & 3 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"eslint-plugin-import": "^2.22.0",
"fs-extra": "^9.0.1",
"jest": "^25.5.4",
"jsii": "^1.7.0",
"jsii-pacmak": "^1.7.0",
"jsii": "^1.8.0",
"jsii-pacmak": "^1.8.0",
"nodeunit": "^0.11.3",
"nyc": "^15.1.0",
"ts-jest": "^26.1.1",
"tslint": "^5.20.1",
"typescript": "~3.9.5",
"typescript": "~3.9.6",
"yargs": "^15.3.1",
"yarn-cling": "0.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.7.0",
"codemaker": "^1.8.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^9.0.1",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion tools/nodeunit-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/node": "^10.17.26",
"typescript": "~3.9.5",
"typescript": "~3.9.6",
"@types/jest": "^26.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/semver": "^7.3.1",
"@types/yargs": "^15.0.5",
"jest": "^25.5.4",
"typescript": "~3.9.5"
"typescript": "~3.9.6"
},
"dependencies": {
"case": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/yarn-cling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "^26.0.3",
"jest": "^25.5.4",
"@types/node": "^10.17.26",
"typescript": "~3.9.5",
"typescript": "~3.9.6",
"pkglint": "0.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a26553a

Please sign in to comment.