Skip to content

Commit

Permalink
chore(deps): upgrade JSII & TypeScript for this package only
Browse files Browse the repository at this point in the history
This upgrade does not apply to the prebuilt providers themselves,
which were already on v5.4 anyway.
  • Loading branch information
xiehan committed Sep 30, 2024
1 parent a565f0b commit dbdbc01
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 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 .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const project = new cdk.JsiiProject({
authorOrganization: true,
licensed: false, // we do supply our own license file with a custom header
pullRequestTemplate: false,
jsiiVersion: "~5.3.0",
typescriptVersion: "~5.3.0", // should always be the same major/minor as JSII
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"],
deps: ["change-case", "fs-extra"],
bundledDeps: ["change-case", "fs-extra"],
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit dbdbc01

Please sign in to comment.