Skip to content

Commit

Permalink
chore: Upgrade dependencies for util (#3543)
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.
This PR touches the following packages:

@cdktf/hcl2cdk\n -@cdktf/hcl2json\n -@cdktf/provider-schema\n
-@cdktf/provider-generator\n -@cdktf/commons
  • Loading branch information
team-tf-cdk committed Mar 11, 2024
1 parent cd31325 commit 8921b49
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 24 deletions.
6 changes: 3 additions & 3 deletions packages/@cdktf/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
],
"license": "MPL-2.0",
"dependencies": {
"@sentry/node": "7.104.0",
"@sentry/node": "7.106.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.94.0",
"codemaker": "1.95.0",
"cross-spawn": "7.0.3",
"follow-redirects": "1.15.5",
"fs-extra": "11.2.0",
Expand All @@ -57,7 +57,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"ts-jest": "29.1.2",
Expand Down
6 changes: 3 additions & 3 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.94.0",
"codemaker": "1.95.0",
"cdktf": "0.0.0",
"deep-equal": "2.2.3",
"glob": "10.3.10",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.3.22",
"jsii-rosetta": "5.3.25",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.22.4"
Expand All @@ -57,7 +57,7 @@
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.21",
"@types/node": "18.19.22",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "18.19.21",
"@types/node": "18.19.22",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.21",
"codemaker": "1.94.0",
"@types/node": "18.19.22",
"codemaker": "1.95.0",
"fs-extra": "8.1.0",
"glob": "10.3.10",
"jsii-srcmak": "0.1.1039"
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"jest": "29.7.0",
"json-stable-stringify": "1.1.1",
"lint-staged": "13.3.0",
Expand Down

0 comments on commit 8921b49

Please sign in to comment.