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 Sep 23, 2024
1 parent 5551161 commit 79fe727
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 141 deletions.
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,7 +49,7 @@
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cli-spinners": "2.9.2",
"codemaker": "1.102.0",
"codemaker": "1.103.1",
"constructs": "10.3.0",
"cross-fetch": "3.1.8",
"cross-spawn": "7.0.3",
Expand All @@ -65,9 +65,9 @@
"ink-spinner": "4.0.3",
"ink-testing-library": "2.1.0",
"ink-use-stdout-dimensions": "1.0.5",
"jsii": "5.4.31",
"jsii-pacmak": "1.102.0",
"jsii-rosetta": "5.4.30",
"jsii": "5.5.4",
"jsii-pacmak": "1.103.1",
"jsii-rosetta": "5.5.5",
"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.118.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.102.0",
"codemaker": "1.103.1",
"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.102.0",
"codemaker": "1.103.1",
"cdktf": "0.0.0",
"deep-equal": "2.2.3",
"glob": "10.4.5",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.4.30",
"jsii-rosetta": "5.5.5",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.23.8"
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.44",
"codemaker": "1.102.0",
"codemaker": "1.103.1",
"fs-extra": "8.1.0",
"glob": "10.4.5"
},
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,15 +47,15 @@
"@sentry/node": "7.118.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.102.0",
"codemaker": "1.103.1",
"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.4.31",
"jsii-pacmak": "1.102.0",
"jsii-rosetta": "5.4.30",
"jsii": "5.5.4",
"jsii-pacmak": "1.103.1",
"jsii-rosetta": "5.5.5",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
"pidtree": "0.6.0",
Expand Down
6 changes: 3 additions & 3 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.4.31",
"jsii-docgen": "10.4.20",
"jsii-pacmak": "1.102.0",
"jsii": "5.5.4",
"jsii-docgen": "10.5.4",
"jsii-pacmak": "1.103.1",
"ts-jest": "29.2.4",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/documentation-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"constructs": "10.3.0"
},
"devDependencies": {
"jsii-docgen": "^10.4.20",
"jsii-docgen": "^10.5.4",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
Expand Down
Loading

0 comments on commit 79fe727

Please sign in to comment.