Skip to content

Commit

Permalink
chore: Upgrade dependencies for cli
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 DanielMSchmidt committed Feb 19, 2024
1 parent 95aaeb5 commit eb94abb
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 143 deletions.
14 changes: 7 additions & 7 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.100.1",
"@sentry/node": "7.101.1",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
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.3.18",
"jsii": "5.3.19",
"jsii-pacmak": "1.94.0",
"jsii-srcmak": "0.1.1033",
"jsii-srcmak": "0.1.1039",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"minimatch": "5.1.6",
Expand Down Expand Up @@ -145,23 +145,23 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.15",
"@types/node": "18.19.17",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/semver": "7.5.7",
"@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.20.0",
"esbuild": "0.20.1",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"nock": "13.5.1",
"nock": "13.5.3",
"react": "18.2.0",
"ts-jest": "29.1.2",
"tsc-files": "1.1.4",
Expand Down
14 changes: 7 additions & 7 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.100.1",
"@sentry/node": "7.101.1",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.94.0",
Expand All @@ -53,7 +53,7 @@
"https-proxy-agent": "5.0.1",
"ink-select-input": "4.2.2",
"ink-table": "3.1.0",
"jsii": "5.3.18",
"jsii": "5.3.19",
"jsii-pacmak": "1.94.0",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
Expand Down Expand Up @@ -125,10 +125,10 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.15",
"@types/node": "18.19.17",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/semver": "7.5.7",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand All @@ -140,7 +140,7 @@
"cli-spinners": "2.9.2",
"cross-fetch": "3.1.8",
"detect-port": "1.5.1",
"esbuild": "0.20.0",
"esbuild": "0.20.1",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
Expand All @@ -155,10 +155,10 @@
"ink-testing-library": "2.1.0",
"ink-use-stdout-dimensions": "1.0.5",
"jest": "29.7.0",
"jsii-srcmak": "0.1.1033",
"jsii-srcmak": "0.1.1039",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"nock": "13.5.1",
"nock": "13.5.3",
"open": "7.4.2",
"parse-gitignore": "1.0.1",
"pkg-up": "3.1.0",
Expand Down
Loading

0 comments on commit eb94abb

Please sign in to comment.