Skip to content

Commit

Permalink
chore: Upgrade dependencies for util
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 Jul 15, 2024
1 parent 17a0dd1 commit 9b26743
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 173 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,7 +37,7 @@
],
"license": "MPL-2.0",
"dependencies": {
"@sentry/node": "7.116.0",
"@sentry/node": "7.118.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.101.0",
Expand All @@ -57,10 +57,10 @@
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.4",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"ts-jest": "29.1.4",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
},
"eslintConfig": {
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.24.7",
"@babel/generator": "7.24.8",
"@babel/template": "7.24.7",
"@babel/types": "7.24.7",
"@babel/types": "7.24.8",
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-generator": "0.0.0",
Expand All @@ -45,7 +45,7 @@
"codemaker": "1.101.0",
"cdktf": "0.0.0",
"deep-equal": "2.2.3",
"glob": "10.4.1",
"glob": "10.4.5",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.4.25",
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.34",
"@types/node": "18.19.39",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"ts-jest": "29.1.4",
"ts-jest": "29.2.2",
"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.34",
"@types/node": "18.19.39",
"jest": "29.7.0",
"ts-jest": "29.1.4",
"ts-jest": "29.2.2",
"typescript": "5.2.2"
}
}
104 changes: 52 additions & 52 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@cdktf/provider-generator",
"version": "0.0.0",
"description": "Exposes API to generate Terraform CDK provider bindings",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"postbuild": "node ./lib/__tests__/edge-provider-schema/cli.js ./edge-provider-bindings",
"watch": "tsc -w",
"watch-preserve-output": "tsc -w --preserveWatchOutput",
"test": "jest",
"test:ci": "jest --ci",
"jest-watch": "jest --watch",
"package": "./package.sh",
"dist-clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git://github.com/hashicorp/terraform-cdk.git",
"directory": "packages/@cdktf/provider-generator"
},
"author": {
"name": "HashiCorp",
"url": "https://hashicorp.com"
},
"keywords": [
"cdk",
"cdktf",
"terraform"
],
"license": "MPL-2.0",
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.34",
"codemaker": "1.101.0",
"fs-extra": "8.1.0",
"glob": "10.4.1"
},
"devDependencies": {
"@types/deepmerge": "2.2.0",
"@types/fs-extra": "8.1.5",
"@types/glob": "7.2.0",
"@types/jest": "29.5.12",
"@types/reserved-words": "0.1.4",
"jest": "29.7.0",
"ts-jest": "29.1.4",
"typescript": "5.2.2"
}
"name": "@cdktf/provider-generator",
"version": "0.0.0",
"description": "Exposes API to generate Terraform CDK provider bindings",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"postbuild": "node ./lib/__tests__/edge-provider-schema/cli.js ./edge-provider-bindings",
"watch": "tsc -w",
"watch-preserve-output": "tsc -w --preserveWatchOutput",
"test": "jest",
"test:ci": "jest --ci",
"jest-watch": "jest --watch",
"package": "./package.sh",
"dist-clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git://github.com/hashicorp/terraform-cdk.git",
"directory": "packages/@cdktf/provider-generator"
},
"author": {
"name": "HashiCorp",
"url": "https://hashicorp.com"
},
"keywords": [
"cdk",
"cdktf",
"terraform"
],
"license": "MPL-2.0",
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.39",
"codemaker": "1.101.0",
"fs-extra": "8.1.0",
"glob": "10.4.5"
},
"devDependencies": {
"@types/deepmerge": "2.2.0",
"@types/fs-extra": "8.1.5",
"@types/glob": "7.2.0",
"@types/jest": "29.5.12",
"@types/reserved-words": "0.1.4",
"jest": "29.7.0",
"ts-jest": "29.2.2",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@typescript-eslint/parser": "4.33.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.4",
"jest": "29.7.0",
"json-stable-stringify": "1.1.1",
"lint-staged": "13.3.0",
"ts-jest": "29.1.4",
"ts-jest": "29.2.2",
"typescript": "5.1.6"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 9b26743

Please sign in to comment.