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 Nov 4, 2024
1 parent fe2a712 commit a0a98e2
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 103 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 @@ -141,14 +141,14 @@
"@types/fs-extra": "8.1.5",
"@types/ink": "2.0.3",
"@types/ink-spinner": "3.0.4",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.57",
"@types/node": "18.19.64",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand All @@ -158,7 +158,7 @@
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"nock": "13.5.5",
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 @@ -57,7 +57,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"ts-jest": "29.2.5",
Expand Down
10 changes: 5 additions & 5 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.7",
"@babel/template": "7.25.7",
"@babel/types": "7.25.8",
"@babel/generator": "7.26.2",
"@babel/template": "7.25.9",
"@babel/types": "7.26.0",
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-generator": "0.0.0",
Expand All @@ -56,8 +56,8 @@
"devDependencies": {
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.13",
"@types/node": "18.19.57",
"@types/jest": "29.5.14",
"@types/node": "18.19.64",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.13",
"@types/node": "18.19.57",
"@types/jest": "29.5.14",
"@types/node": "18.19.64",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"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,7 +36,7 @@
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.57",
"@types/node": "18.19.64",
"codemaker": "1.102.0",
"fs-extra": "8.1.0",
"glob": "10.4.5"
Expand All @@ -45,7 +45,7 @@
"@types/deepmerge": "2.2.0",
"@types/fs-extra": "8.1.5",
"@types/glob": "7.2.0",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/reserved-words": "0.1.4",
"jest": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"devDependencies": {
"@types/follow-redirects": "1.14.4",
"@types/fs-extra": "11.0.4",
"@types/json-stable-stringify": "1.0.36",
"@types/json-stable-stringify": "1.1.0",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"json-stable-stringify": "1.1.1",
"lint-staged": "13.3.0",
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 @@ -122,14 +122,14 @@
"@types/detect-port": "1.3.5",
"@types/fs-extra": "8.1.5",
"@types/ink-spinner": "3.0.4",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.57",
"@types/node": "18.19.64",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand All @@ -145,7 +145,7 @@
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"execa": "5.1.1",
"extract-zip": "2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
},
"license": "MPL-2.0",
"devDependencies": {
"@types/archiver": "6.0.2",
"@types/jest": "29.5.13",
"@types/json-stable-stringify": "1.0.36",
"@types/archiver": "6.0.3",
"@types/jest": "29.5.14",
"@types/json-stable-stringify": "1.1.0",
"@types/minimatch": "5.1.2",
"@types/node": "18.19.57",
"@types/node": "18.19.64",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
Expand Down
Loading

0 comments on commit a0a98e2

Please sign in to comment.