Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#425)
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-provider-project/actions/runs/9736570867

------

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

---------

Signed-off-by: team-tf-cdk <[email protected]>
Co-authored-by: Nara Kasbergen <[email protected]>
  • Loading branch information
team-tf-cdk and xiehan authored Jul 2, 2024
1 parent d23e945 commit be2d1c9
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 104 deletions.
4 changes: 4 additions & 0 deletions .projen/deps.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/tasks.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 @@ -40,7 +40,7 @@ const project = new cdk.JsiiProject({
typescriptVersion: "~5.3.0", // should always be the same major/minor as JSII
peerDeps: ["projen@^0.79.3", "constructs@^10.3.0"],
deps: ["change-case", "fs-extra"],
devDeps: ["@types/fs-extra", "glob"],
devDeps: ["@types/fs-extra", "glob", "@types/glob"],
bundledDeps: ["change-case", "fs-extra"],
defaultReleaseBranch: "main",
releaseToNpm: true,
Expand Down
7 changes: 4 additions & 3 deletions package.json

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

Loading

0 comments on commit be2d1c9

Please sign in to comment.