Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#173)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]:
https://github.com/cdktf/projen-cdktf-hybrid-construct/actions/runs/11769789506

------

*Automatically created by projen via the "upgrade-main" workflow*

---------

Signed-off-by: team-tf-cdk <[email protected]>
Co-authored-by: Daniel Schmidt <[email protected]>
  • Loading branch information
team-tf-cdk and DanielMSchmidt authored Nov 11, 2024
1 parent 8b19071 commit 9cf7a74
Show file tree
Hide file tree
Showing 16 changed files with 1,278 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ project.tsconfig?.exclude?.push("src/exampleCode/**");
project.tsconfig?.exclude?.push("example/**");
project.tsconfig?.exclude?.push("examples/**");

project.addPeerDeps("projen@>= 0.85.0", "constructs@^10.3.0");
project.addPeerDeps("projen@>= 0.85.0", "constructs@^10.4.2");
project.addBundledDeps("change-case");
project.addDevDeps(
"fs-extra",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ By using the software in this repository, you acknowledge that:
## Compatibility

- `cdktf` >= 0.20.0
- `constructs` >= 10.3.0
- `constructs` >= 10.4.2
- `projen` >= 0.85.0

## Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/hybrid-module/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/hybrid-module/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

985 changes: 487 additions & 498 deletions examples/hybrid-module/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/terraform-module/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/terraform-module/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/terraform-module/src/.gen/constraints.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cdktf": "0.20.8",
"cdktf": "0.20.9",
"providers": {
"eks": "~> 18.0",
"eks-managed-nodegroup": "~> 18.0"
Expand Down
Loading

0 comments on commit 9cf7a74

Please sign in to comment.