Skip to content

Commit

Permalink
chore: upgrade constructs peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 11, 2024
1 parent 9efc15c commit a33d2a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 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 @@ -39,7 +39,7 @@ const project = new cdk.JsiiProject({
pullRequestTemplate: false,
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // should always be the same major/minor as JSII
peerDeps: ["projen@^0.87.4", "constructs@^10.3.0"],
peerDeps: ["projen@^0.87.4", "constructs@^10.4.2"],
deps: ["change-case", "fs-extra"],
bundledDeps: ["change-case", "fs-extra"],
defaultReleaseBranch: "main",
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

7 changes: 1 addition & 6 deletions yarn.lock

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

0 comments on commit a33d2a9

Please sign in to comment.