Skip to content

Commit

Permalink
chore: Upgrade dependencies for all
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 2, 2024
1 parent 050ce84 commit 61281b5
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 243 deletions.
12 changes: 6 additions & 6 deletions packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@cdktf/provider-schema": "0.0.0",
"@cdktf/node-pty-prebuilt-multiarch": "0.10.1-pre.11",
"@cdktf/hcl-tools": "0.0.0",
"@sentry/node": "7.118.0",
"@sentry/node": "7.119.0",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
Expand Down Expand Up @@ -145,25 +145,25 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"esbuild": "0.23.0",
"esbuild": "0.23.1",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"nock": "13.5.4",
"nock": "13.5.5",
"react": "18.3.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"tsc-files": "1.1.4",
"typescript": "5.2.2",
"utility-types": "3.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"license": "MPL-2.0",
"dependencies": {
"@sentry/node": "7.118.0",
"@sentry/node": "7.119.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.102.0",
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-react": "7.35.0",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.1.6"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"license": "MPL-2.0",
"dependencies": {
"@babel/generator": "7.25.0",
"@babel/generator": "7.25.6",
"@babel/template": "7.25.0",
"@babel/types": "7.25.2",
"@babel/types": "7.25.6",
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-generator": "0.0.0",
Expand All @@ -57,12 +57,12 @@
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"jest": "29.7.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.2.2"
}
}
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,7 +36,7 @@
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"codemaker": "1.102.0",
"fs-extra": "8.1.0",
"glob": "10.4.5"
Expand All @@ -48,7 +48,7 @@
"@types/jest": "29.5.12",
"@types/reserved-words": "0.1.4",
"jest": "29.7.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "29.7.0",
"json-stable-stringify": "1.1.1",
"lint-staged": "13.3.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.1.6"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cdktf/hcl2json": "0.0.0",
"@cdktf/hcl-tools": "0.0.0",
"@inquirer/prompts": "2.3.1",
"@sentry/node": "7.118.0",
"@sentry/node": "7.119.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.102.0",
Expand Down Expand Up @@ -126,10 +126,10 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand All @@ -141,7 +141,7 @@
"cli-spinners": "2.9.2",
"cross-fetch": "3.1.8",
"detect-port": "1.6.1",
"esbuild": "0.23.0",
"esbuild": "0.23.1",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
Expand All @@ -158,7 +158,7 @@
"jest": "29.7.0",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"nock": "13.5.4",
"nock": "13.5.5",
"open": "7.4.2",
"parse-gitignore": "1.0.1",
"pkg-up": "3.1.0",
Expand All @@ -167,7 +167,7 @@
"sscaff": "1.2.274",
"stream-buffers": "3.0.3",
"strip-ansi": "6.0.1",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"tsc-files": "1.1.4",
"typescript": "5.0.4",
"utility-types": "3.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/jest": "29.5.12",
"@types/json-stable-stringify": "1.0.36",
"@types/minimatch": "5.1.2",
"@types/node": "18.19.44",
"@types/node": "18.19.48",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
Expand All @@ -120,7 +120,7 @@
"jsii": "5.4.31",
"jsii-docgen": "10.4.20",
"jsii-pacmak": "1.102.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 61281b5

Please sign in to comment.