Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#319)
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/cdktf-tf-module-stack/actions/runs/9440458120

------

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

---------

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk authored Jun 10, 2024
1 parent d1c235d commit 6aaf6e9
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json

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

4 changes: 2 additions & 2 deletions .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 package.json

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

4 changes: 2 additions & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { NullProvider } from "@cdktf/provider-null/lib/provider";
import { Resource } from "@cdktf/provider-null/lib/resource";
import { RemoteBackend, Testing } from "cdktf";
import { Construct } from "constructs";
import { TFModuleStack } from "../src";
import {
TFModuleStack,
TFModuleVariable,
ProviderRequirement,
TFModuleOutput,
} from "../src/index";
} from "../src";

test("synthesizes a specific provider", () => {
const app = Testing.app();
Expand Down
Loading

0 comments on commit 6aaf6e9

Please sign in to comment.