Skip to content

Commit

Permalink
chore: update JSII
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed May 13, 2024
1 parent cae9fe4 commit f2d82f5
Show file tree
Hide file tree
Showing 31 changed files with 109 additions and 150 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
9 changes: 5 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.98.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,9 @@
"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.12",
"jsii-pacmak": "1.98.0",
"jsii-rosetta": "5.4.14",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"minimatch": "5.1.6",
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.112.2",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
"codemaker": "1.98.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.98.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.14",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.23.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/@cdktf/hcl2cdk/test/convertProject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ app.synth();`,
},
"dependencies": {
"cdktf": "latest",
"constructs": "^10.0.5"
"constructs": "^10.3.0"
},
"devDependencies": {
"@types/node": "^14.0.26",
Expand Down Expand Up @@ -194,7 +194,7 @@ describe.skip("convertProject", () => {
}
}
}
provider "docker" {
host = "unix:///var/run/docker.sock"
}`,
Expand All @@ -204,7 +204,7 @@ describe.skip("convertProject", () => {
`resource "docker_image" "ubuntu" {
name = "ubuntu:latest"
}
resource "docker_container" "foo" {
image = docker_image.ubuntu.latest
name = "foo"
Expand All @@ -215,7 +215,7 @@ describe.skip("convertProject", () => {
`module "k3s" {
source = "camptocamp/k3s/docker"
version = "0.11.0"
cluster_endpoint = ""
cluster_name = "cdktf"
network_name = ""
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.98.0",
"fs-extra": "8.1.0",
"glob": "10.3.12"
},
Expand Down
9 changes: 5 additions & 4 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@
"@sentry/node": "7.112.2",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
"constructs": "10.1.167",
"codemaker": "1.98.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.12",
"jsii-pacmak": "1.98.0",
"jsii-rosetta": "5.4.14",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
"pidtree": "0.6.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"constructs": "10.1.167",
"constructs": "10.3.0",
"eslint": "7.32.0",
"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.12",
"jsii-docgen": "10.4.4",
"jsii-pacmak": "1.98.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.4"
}
}
Loading

0 comments on commit f2d82f5

Please sign in to comment.