Skip to content

Commit

Permalink
chore: add depcheck for hcl2cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 17, 2023
1 parent 1e8d89f commit 8704e75
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
package: [
# cdktf,
# cdktf-cli,
# "@cdktf/hcl2cdk",
"@cdktf/hcl2cdk",
# "@cdktf/hcl2json",
"@cdktf/provider-schema",
"@cdktf/provider-generator",
Expand Down
5 changes: 4 additions & 1 deletion packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"@cdktf/provider-generator": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"camelcase": "^6.3.0",
"codemaker": "^1.90.0",
"cdktf": "0.0.0",
"deep-equal": "^2.2.0",
"glob": "^10.3.3",
"graphology": "^0.25.1",
Expand All @@ -57,7 +59,8 @@
"@types/jest": "^29.5.0",
"@types/node": "18.11.19",
"@types/reserved-words": "^0.1.0",
"deepmerge": "^4.3.1",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3962,6 +3962,15 @@ codemaker@^1.87.0:
decamelize "^5.0.1"
fs-extra "^10.1.0"

codemaker@^1.90.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.92.0.tgz#21b1d503c28ef238e665f0c8155ac81e1ad4a122"
integrity sha512-h9LW/YFYMAXHvv4aHNxVfawza/8GHL0Nw0zFpqdURXsjRlsCtG+SzqRvYLOJoFqxzZ9+rkXJf8fODImC6WHa8g==
dependencies:
camelcase "^6.3.0"
decamelize "^5.0.1"
fs-extra "^10.1.0"

codemaker@^1.91.0:
version "1.91.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.91.0.tgz#edb5403510e9ed42400b79c73394234f341dab1d"
Expand Down

0 comments on commit 8704e75

Please sign in to comment.