Skip to content

Commit

Permalink
chore: fix dependencies for provider packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 17, 2023
1 parent cfde9d8 commit 1e8d89f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# cdktf-cli,
# "@cdktf/hcl2cdk",
# "@cdktf/hcl2json",
# "@cdktf/provider-schema",
# "@cdktf/provider-generator",
"@cdktf/provider-schema",
"@cdktf/provider-generator",
"@cdktf/commons",
# "@cdktf/cli-core",
]
Expand Down
3 changes: 1 addition & 2 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@
"license": "MPL-2.0",
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.18.8",
"codemaker": "^1.91.0",
"deepmerge": "^4.3.1",
"fs-extra": "^8.1.0",
"glob": "^10.3.3",
"jsii-srcmak": "^0.1.954"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,21 @@
"license": "MPL-2.0",
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"deepmerge": "^4.3.1",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/follow-redirects": "^1.14.4",
"@types/fs-extra": "^11.0.4",
"@types/uuid": "^9.0.7",
"@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.0",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"lint-staged": ">=10",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
Expand Down

0 comments on commit 1e8d89f

Please sign in to comment.