Skip to content

Commit

Permalink
chore: Upgrade dependencies for JSII
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
team-tf-cdk authored and github-actions[bot] committed Apr 22, 2024
1 parent 153a4b2 commit a4b954a
Show file tree
Hide file tree
Showing 30 changed files with 182 additions and 132 deletions.
2 changes: 1 addition & 1 deletion examples/typescript/aws-cloudfront-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/aws-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/aws-kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/aws-move/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/aws-multiple-stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/aws-prebuilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"dependencies": {
"@cdktf/provider-aws": "0.0.111",
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/azure-app-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@cdktf/provider-azurerm": "9.0.6",
"cdktf": "^0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/backends/azurerm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/backends/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/backends/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/backends/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/backends/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/google-cloudrun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/provisioner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/ucloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"cdktf": "0.0.0",
"constructs": "10.1.167"
"constructs": "10.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cli-spinners": "2.9.2",
"codemaker": "1.95.0",
"constructs": "10.1.167",
"codemaker": "1.97.0",
"constructs": "10.3.0",
"cross-fetch": "3.1.8",
"cross-spawn": "7.0.3",
"detect-port": "1.5.1",
Expand All @@ -65,8 +65,8 @@
"ink-spinner": "4.0.3",
"ink-testing-library": "2.1.0",
"ink-use-stdout-dimensions": "1.0.5",
"jsii": "5.3.29",
"jsii-pacmak": "1.95.0",
"jsii": "5.4.4",
"jsii-pacmak": "1.97.0",
"jsii-srcmak": "0.1.1039",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@sentry/node": "7.110.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
"codemaker": "1.97.0",
"cross-spawn": "7.0.3",
"follow-redirects": "1.15.6",
"fs-extra": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@cdktf/provider-generator": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"camelcase": "6.3.0",
"codemaker": "1.95.0",
"codemaker": "1.97.0",
"cdktf": "0.0.0",
"deep-equal": "2.2.3",
"glob": "10.3.12",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.3.28",
"jsii-rosetta": "5.4.3",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.31",
"codemaker": "1.95.0",
"codemaker": "1.97.0",
"fs-extra": "8.1.0",
"glob": "10.3.12",
"jsii-srcmak": "0.1.1039"
Expand Down
8 changes: 4 additions & 4 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@sentry/node": "7.110.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
"constructs": "10.1.167",
"codemaker": "1.97.0",
"constructs": "10.3.0",
"cross-spawn": "7.0.3",
"https-proxy-agent": "5.0.1",
"ink-select-input": "4.2.2",
"ink-table": "3.1.0",
"jsii": "5.3.29",
"jsii-pacmak": "1.95.0",
"jsii": "5.4.4",
"jsii-pacmak": "1.97.0",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
"pidtree": "0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
"eslint-plugin-jsdoc": "39.9.1",
"eslint-plugin-no-instanceof": "1.0.1",
"jest": "29.7.0",
"jsii": "5.3.29",
"jsii-docgen": "10.3.23",
"jsii-pacmak": "1.95.0",
"jsii": "5.4.4",
"jsii-docgen": "10.4.1",
"jsii-pacmak": "1.97.0",
"ts-jest": "29.1.2",
"typescript": "5.2.2"
},
Expand All @@ -135,6 +135,6 @@
],
"stability": "experimental",
"peerDependencies": {
"constructs": "^10.0.25"
"constructs": "^10.3.0"
}
}
4 changes: 2 additions & 2 deletions tools/documentation-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"dependencies": {
"cdktf": "file:../../packages/cdktf",
"constructs": "10.1.45"
"constructs": "10.3.0"
},
"devDependencies": {
"jsii-docgen": "^10.3.23"
"jsii-docgen": "^10.4.1"
}
}

0 comments on commit a4b954a

Please sign in to comment.