Skip to content

Commit

Permalink
fix: include all package depdencies
Browse files Browse the repository at this point in the history
Fixes #3199
  • Loading branch information
DanielMSchmidt committed Oct 20, 2023
1 parent e207a50 commit 0df4d49
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
"cdktf": "0.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"ci-info": "^3.8.0",
"cli-spinners": "2.7.0",
"codemaker": "^1.86.1",
"codemaker": "^1.87.0",
"constructs": "^10.0.25",
"cross-fetch": "^3.1.5",
"cross-spawn": "^7.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/@cdktf/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"fs-extra": "^11.1.1",
"is-valid-domain": "^0.1.6",
"log4js": "^6.9.1",
"strip-ansi": "^6.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@cdktf/provider-generator": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"camelcase": "^6.3.0",
"codemaker": "^1.87.0",
"deep-equal": "^2.2.0",
"glob": "^10.3.3",
"graphology": "^0.25.1",
Expand All @@ -58,6 +59,8 @@
"@types/node": "18.11.19",
"@types/reserved-words": "^0.1.0",
"deepmerge": "^4.3.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
Expand Down
1 change: 1 addition & 0 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"codemaker": "^1.87.0",
"deepmerge": "^4.2.2",
"fs-extra": "^8.1.0",
"glob": "^10.3.3",
"jsii-srcmak": "^0.1.951"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/@cdktf/provider-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"license": "MPL-2.0",
"dependencies": {
"@cdktf/commons": "0.0.0",
"deepmerge": "^4.2.2",
"fs-extra": "^11.1.1"
},
"devDependencies": {
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
"@types/node@*", "@types/[email protected]":
version "16.18.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90"
integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==
Expand Down Expand Up @@ -3608,15 +3608,6 @@ code-excerpt@^3.0.0:
dependencies:
convert-to-spaces "^1.0.1"

codemaker@^1.86.1:
version "1.86.1"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.86.1.tgz#2e34bdab7201ac712532bccba61b8d571348417d"
integrity sha512-W35+XgDv/ZNxWTFsvy7xf8XSIwZ8zkJUOlVq0zoOBiZCjk4j0n7HEWy25rI83OZj76ndmyL7EhTyLSTw1PzobA==
dependencies:
camelcase "^6.3.0"
decamelize "^5.0.1"
fs-extra "^10.1.0"

codemaker@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.87.0.tgz#87af3e2e338a14fcaf192f9e60dce1d6ff61414d"
Expand Down

0 comments on commit 0df4d49

Please sign in to comment.